pub struct LogRef<'a>(/* private fields */);
Expand description
Reference to a deserialized Log.
Implementations§
Trait Implementations§
Source§impl<'a> ReadAsRoot<'a> for LogRef<'a>
impl<'a> ReadAsRoot<'a> for LogRef<'a>
impl<'a> Copy for LogRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for LogRef<'a>
impl<'a> RefUnwindSafe for LogRef<'a>
impl<'a> Send for LogRef<'a>
impl<'a> Sync for LogRef<'a>
impl<'a> Unpin for LogRef<'a>
impl<'a> UnwindSafe for LogRef<'a>
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