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