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