pub struct NodeLog { /* private fields */ }Expand description
Thread-safe file logger for a single IICP node.
Implementations§
Auto Trait Implementations§
impl !Freeze for NodeLog
impl RefUnwindSafe for NodeLog
impl Send for NodeLog
impl Sync for NodeLog
impl Unpin for NodeLog
impl UnsafeUnpin for NodeLog
impl UnwindSafe for NodeLog
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