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