pub trait SEEvent: SERespondableSubscribableIdentifiedObject {
    // Required methods
    fn creation_time(&self) -> TimeType;
    fn event_status(&self) -> &EventStatus;
    fn interval(&self) -> &DateTimeInterval;
}
Expand description

Implemented by all types whose base type is Event

Required Methods§

Implementors§

source§

impl SEEvent for DERControl

Available on crate feature der only.
source§

impl SEEvent for EndDeviceControl

Available on crate feature drlc only.
source§

impl SEEvent for FlowReservationResponse

Available on crate feature flow_reservation only.
source§

impl SEEvent for TextMessage

Available on crate feature messaging only.
source§

impl SEEvent for Event

source§

impl SEEvent for RandomizableEvent

source§

impl SEEvent for TimeTariffInterval

Available on crate feature pricing only.