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