pub enum VolumeMatch {
Exact,
Similar,
Other,
}Expand description
How closely this item matches the requested identifier.
Variants§
Trait Implementations§
Source§impl Clone for VolumeMatch
impl Clone for VolumeMatch
Source§fn clone(&self) -> VolumeMatch
fn clone(&self) -> VolumeMatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VolumeMatch
impl Debug for VolumeMatch
Source§impl<'de> Deserialize<'de> for VolumeMatch
impl<'de> Deserialize<'de> for VolumeMatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for VolumeMatch
Source§impl PartialEq for VolumeMatch
impl PartialEq for VolumeMatch
Source§fn eq(&self, other: &VolumeMatch) -> bool
fn eq(&self, other: &VolumeMatch) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VolumeMatch
impl Serialize for VolumeMatch
impl StructuralPartialEq for VolumeMatch
Auto Trait Implementations§
impl Freeze for VolumeMatch
impl RefUnwindSafe for VolumeMatch
impl Send for VolumeMatch
impl Sync for VolumeMatch
impl Unpin for VolumeMatch
impl UnsafeUnpin for VolumeMatch
impl UnwindSafe for VolumeMatch
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