pub enum KeepKind {
Highest,
Lowest,
}
Variants§
Trait Implementations§
impl Copy for KeepKind
impl Eq for KeepKind
impl StructuralPartialEq for KeepKind
Auto Trait Implementations§
impl Freeze for KeepKind
impl RefUnwindSafe for KeepKind
impl Send for KeepKind
impl Sync for KeepKind
impl Unpin for KeepKind
impl UnwindSafe for KeepKind
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