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