pub struct LogEntry<'l> { /* private fields */ }Expand description
An entry in the log.
Ownership of this struct represents that the file has been seeked to the start of the log entry.
Implementations§
Auto Trait Implementations§
impl<'l> Freeze for LogEntry<'l>
impl<'l> RefUnwindSafe for LogEntry<'l>
impl<'l> Send for LogEntry<'l>
impl<'l> Sync for LogEntry<'l>
impl<'l> Unpin for LogEntry<'l>
impl<'l> !UnwindSafe for LogEntry<'l>
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