pub struct PossibleEvictions<T: IndexValue> { /* private fields */ }
Trait Implementations
sourceimpl<T: Debug + IndexValue> Debug for PossibleEvictions<T>
impl<T: Debug + IndexValue> Debug for PossibleEvictions<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for PossibleEvictions<T>
impl<T> Send for PossibleEvictions<T>
impl<T> Sync for PossibleEvictions<T>
impl<T> Unpin for PossibleEvictions<T>
impl<T> UnwindSafe for PossibleEvictions<T>
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more