pub struct NodeLoggingHandle { /* private fields */ }
Expand description
A handle to log from any node without moving it between threads.
Trait Implementations§
Source§impl RosoutRaw for NodeLoggingHandle
impl RosoutRaw for NodeLoggingHandle
Auto Trait Implementations§
impl Freeze for NodeLoggingHandle
impl !RefUnwindSafe for NodeLoggingHandle
impl Send for NodeLoggingHandle
impl Sync for NodeLoggingHandle
impl Unpin for NodeLoggingHandle
impl !UnwindSafe for NodeLoggingHandle
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