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