pub struct NodeInbox { /* private fields */ }Expand description
NodeInbox is used to recv events
Auto Trait Implementations§
impl Freeze for NodeInbox
impl !RefUnwindSafe for NodeInbox
impl Send for NodeInbox
impl Sync for NodeInbox
impl Unpin for NodeInbox
impl !UnwindSafe for NodeInbox
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