pub enum KeepUnused {
No,
Yes,
}
Variants§
Trait Implementations§
Source§impl Clone for KeepUnused
impl Clone for KeepUnused
Source§fn clone(&self) -> KeepUnused
fn clone(&self) -> KeepUnused
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KeepUnused
impl Debug for KeepUnused
Source§impl From<KeepUnused> for bool
impl From<KeepUnused> for bool
Source§fn from(keep_unused: KeepUnused) -> Self
fn from(keep_unused: KeepUnused) -> Self
Converts to this type from the input type.
Source§impl PartialEq for KeepUnused
impl PartialEq for KeepUnused
impl Copy for KeepUnused
impl Eq for KeepUnused
impl StructuralPartialEq for KeepUnused
Auto Trait Implementations§
impl Freeze for KeepUnused
impl RefUnwindSafe for KeepUnused
impl Send for KeepUnused
impl Sync for KeepUnused
impl Unpin for KeepUnused
impl UnwindSafe for KeepUnused
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.