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 !RefUnwindSafe for NodeLoggingHandle
impl !UnwindSafe for NodeLoggingHandle
impl Freeze for NodeLoggingHandle
impl Send for NodeLoggingHandle
impl Sync for NodeLoggingHandle
impl Unpin for NodeLoggingHandle
impl UnsafeUnpin 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