pub struct WaiterEvent {Show 28 fields
pub entity: Entity,
pub outlet: Entity,
pub method: Method,
pub auxiliary: Entity,
pub attribute: Attribute,
pub ancillary: Entity,
pub instance: i32,
pub offset: i32,
pub name: String255,
pub key: String255,
pub parameter: i64,
pub resultant: i64,
pub index: i64,
pub count: i64,
pub aspect: Aspect,
pub context: Context,
pub category: Category,
pub class: Class,
pub event: Event,
pub mode: Mode,
pub state: State,
pub condition: Condition,
pub precedence: u16,
pub time: OffsetDateTime,
pub value: Value,
pub timeout: i64,
pub authority: Token,
pub authorization: Token,
}
Fields§
§entity: Entity
The entity the event has been published on
outlet: Entity
The outlet subscribed to the entity
method: Method
§auxiliary: Entity
§attribute: Attribute
§ancillary: Entity
§instance: i32
§offset: i32
§name: String255
§key: String255
§parameter: i64
§resultant: i64
§index: i64
§count: i64
§aspect: Aspect
§context: Context
§category: Category
§class: Class
§event: Event
§mode: Mode
§state: State
§condition: Condition
§precedence: u16
§time: OffsetDateTime
§value: Value
§timeout: i64
The authorization the event was published with
Trait Implementations§
Source§impl Clone for WaiterEvent
impl Clone for WaiterEvent
Source§fn clone(&self) -> WaiterEvent
fn clone(&self) -> WaiterEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WaiterEvent
impl Debug for WaiterEvent
Source§impl TryFrom<&HGTPMessage> for WaiterEvent
impl TryFrom<&HGTPMessage> for WaiterEvent
Auto Trait Implementations§
impl Freeze for WaiterEvent
impl RefUnwindSafe for WaiterEvent
impl Send for WaiterEvent
impl Sync for WaiterEvent
impl Unpin for WaiterEvent
impl UnwindSafe for WaiterEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more