pub struct NodePlainMessageSender { /* private fields */ }Expand description
Node message sender implementation
Implementations§
Trait Implementations§
Source§impl Debug for NodePlainMessageSender
impl Debug for NodePlainMessageSender
Auto Trait Implementations§
impl Freeze for NodePlainMessageSender
impl !RefUnwindSafe for NodePlainMessageSender
impl Send for NodePlainMessageSender
impl Sync for NodePlainMessageSender
impl Unpin for NodePlainMessageSender
impl !UnwindSafe for NodePlainMessageSender
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