pub struct OwnedLogProxy(/* private fields */);Expand description
Owned version of LogProxy.
Implementations§
Trait Implementations§
Source§impl Log for OwnedLogProxy
impl Log for OwnedLogProxy
Auto Trait Implementations§
impl Freeze for OwnedLogProxy
impl !RefUnwindSafe for OwnedLogProxy
impl Send for OwnedLogProxy
impl Sync for OwnedLogProxy
impl Unpin for OwnedLogProxy
impl !UnwindSafe for OwnedLogProxy
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