pub struct AuraObservation {
pub aura_id: u32,
pub kind: AuraEventKind,
}Expand description
Aura identity and transition kind independent of encounter time and scope.
Fields§
§aura_id: u32§kind: AuraEventKindTrait Implementations§
Source§impl Clone for AuraObservation
impl Clone for AuraObservation
Source§fn clone(&self) -> AuraObservation
fn clone(&self) -> AuraObservation
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 AuraObservation
impl Debug for AuraObservation
impl Copy for AuraObservation
Auto Trait Implementations§
impl Freeze for AuraObservation
impl RefUnwindSafe for AuraObservation
impl Send for AuraObservation
impl Sync for AuraObservation
impl Unpin for AuraObservation
impl UnsafeUnpin for AuraObservation
impl UnwindSafe for AuraObservation
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