pub struct ChannelLog { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ChannelLog
impl RefUnwindSafe for ChannelLog
impl Send for ChannelLog
impl Sync for ChannelLog
impl Unpin for ChannelLog
impl UnsafeUnpin for ChannelLog
impl UnwindSafe for ChannelLog
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