pub struct TTL;
Trait Implementations§
impl Copy for TTL
Auto Trait Implementations§
impl Freeze for TTL
impl RefUnwindSafe for TTL
impl Send for TTL
impl Sync for TTL
impl Unpin for TTL
impl UnwindSafe for TTL
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