Struct webc::metadata::annotations::VolumeSpecificPath
source · pub struct VolumeSpecificPath {
pub volume: String,
pub path: String,
}
Expand description
The path for an item inside a particular volume.
Fields§
§volume: String
§path: String
Trait Implementations§
source§impl Clone for VolumeSpecificPath
impl Clone for VolumeSpecificPath
source§fn clone(&self) -> VolumeSpecificPath
fn clone(&self) -> VolumeSpecificPath
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 VolumeSpecificPath
impl Debug for VolumeSpecificPath
source§impl<'de> Deserialize<'de> for VolumeSpecificPath
impl<'de> Deserialize<'de> for VolumeSpecificPath
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
source§impl Hash for VolumeSpecificPath
impl Hash for VolumeSpecificPath
source§impl Ord for VolumeSpecificPath
impl Ord for VolumeSpecificPath
source§fn cmp(&self, other: &VolumeSpecificPath) -> Ordering
fn cmp(&self, other: &VolumeSpecificPath) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<VolumeSpecificPath> for VolumeSpecificPath
impl PartialEq<VolumeSpecificPath> for VolumeSpecificPath
source§fn eq(&self, other: &VolumeSpecificPath) -> bool
fn eq(&self, other: &VolumeSpecificPath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<VolumeSpecificPath> for VolumeSpecificPath
impl PartialOrd<VolumeSpecificPath> for VolumeSpecificPath
source§fn partial_cmp(&self, other: &VolumeSpecificPath) -> Option<Ordering>
fn partial_cmp(&self, other: &VolumeSpecificPath) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for VolumeSpecificPath
impl Serialize for VolumeSpecificPath
impl Eq for VolumeSpecificPath
impl StructuralEq for VolumeSpecificPath
impl StructuralPartialEq for VolumeSpecificPath
Auto Trait Implementations§
impl RefUnwindSafe for VolumeSpecificPath
impl Send for VolumeSpecificPath
impl Sync for VolumeSpecificPath
impl Unpin for VolumeSpecificPath
impl UnwindSafe for VolumeSpecificPath
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.