pub trait SEResponse: SEResource {
    // Required methods
    fn created_date_time(&self) -> Option<TimeType>;
    fn end_device_lfdi(&self) -> &HexBinary160;
    fn status(&self) -> Option<ResponseStatus>;
    fn subject(&self) -> &MRIDType;
}
Expand description

Implemented by all types whose base type is Response

Required Methods§

Implementors§

source§

impl SEResponse for Response

source§

impl SEResponse for DERControlResponse

Available on crate feature response only.
source§

impl SEResponse for DrResponse

Available on crate feature response only.
source§

impl SEResponse for FlowReservationResponseResponse

Available on crate feature response only.
source§

impl SEResponse for PriceResponse

Available on crate feature response only.
source§

impl SEResponse for TextResponse

Available on crate feature response only.