pub enum KeyValueBehaviorEvent {
FromNode(NodeId, KeyValueMsg),
Awake,
}Variants§
FromNode(NodeId, KeyValueMsg)
Awake
Trait Implementations§
Source§impl Debug for KeyValueBehaviorEvent
impl Debug for KeyValueBehaviorEvent
Source§impl PartialEq for KeyValueBehaviorEvent
impl PartialEq for KeyValueBehaviorEvent
impl Eq for KeyValueBehaviorEvent
impl StructuralPartialEq for KeyValueBehaviorEvent
Auto Trait Implementations§
impl Freeze for KeyValueBehaviorEvent
impl RefUnwindSafe for KeyValueBehaviorEvent
impl Send for KeyValueBehaviorEvent
impl Sync for KeyValueBehaviorEvent
impl Unpin for KeyValueBehaviorEvent
impl UnwindSafe for KeyValueBehaviorEvent
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