Struct logged_stream::ChannelLogger
source · pub struct ChannelLogger { /* private fields */ }Expand description
ChannelLogger
Implementations§
source§impl ChannelLogger
impl ChannelLogger
Trait Implementations§
source§impl Debug for ChannelLogger
impl Debug for ChannelLogger
source§impl Default for ChannelLogger
impl Default for ChannelLogger
Auto Trait Implementations§
impl RefUnwindSafe for ChannelLogger
impl Send for ChannelLogger
impl !Sync for ChannelLogger
impl Unpin for ChannelLogger
impl UnwindSafe for ChannelLogger
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