pub struct S3FIFOKey<V: Hash> { /* private fields */ }
Expand description
S3FIFO requires a key. This is a convenience struct that will generate a key from a value that is Hash.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for S3FIFOKey<V>
impl<V> RefUnwindSafe for S3FIFOKey<V>where
V: RefUnwindSafe,
impl<V> Send for S3FIFOKey<V>where
V: Send,
impl<V> Sync for S3FIFOKey<V>where
V: Sync,
impl<V> Unpin for S3FIFOKey<V>where
V: Unpin,
impl<V> UnwindSafe for S3FIFOKey<V>where
V: UnwindSafe,
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