pub struct ITravelLogEntry(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for ITravelLogEntry
impl !Sync for ITravelLogEntry
impl Freeze for ITravelLogEntry
impl RefUnwindSafe for ITravelLogEntry
impl Unpin for ITravelLogEntry
impl UnsafeUnpin for ITravelLogEntry
impl UnwindSafe for ITravelLogEntry
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