pub struct EventNotifier(pub u8);Expand description
Node event notifier
Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for EventNotifier
impl Clone for EventNotifier
Source§fn clone(&self) -> EventNotifier
fn clone(&self) -> EventNotifier
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 EventNotifier
impl Debug for EventNotifier
Source§impl Default for EventNotifier
impl Default for EventNotifier
Source§fn default() -> EventNotifier
fn default() -> EventNotifier
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventNotifier
impl RefUnwindSafe for EventNotifier
impl Send for EventNotifier
impl Sync for EventNotifier
impl Unpin for EventNotifier
impl UnwindSafe for EventNotifier
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