Struct mesh_node::local_node::OutgoingEvent
source · pub struct OutgoingEvent<'a> { /* private fields */ }
Expand description
An event to be sent to a remote node.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OutgoingEvent<'a>
impl<'a> !RefUnwindSafe for OutgoingEvent<'a>
impl<'a> Send for OutgoingEvent<'a>
impl<'a> !Sync for OutgoingEvent<'a>
impl<'a> Unpin for OutgoingEvent<'a>
impl<'a> !UnwindSafe for OutgoingEvent<'a>
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