Trait sep2_common::traits::SEEvent
source · 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§
fn creation_time(&self) -> TimeType
fn event_status(&self) -> &EventStatus
fn interval(&self) -> &DateTimeInterval
Implementors§
impl SEEvent for DERControl
Available on crate feature
der
only.impl SEEvent for EndDeviceControl
Available on crate feature
drlc
only.impl SEEvent for FlowReservationResponse
Available on crate feature
flow_reservation
only.impl SEEvent for TextMessage
Available on crate feature
messaging
only.impl SEEvent for Event
impl SEEvent for RandomizableEvent
impl SEEvent for TimeTariffInterval
Available on crate feature
pricing
only.