Enum xvc_storage::StorageIdentifier
source · Expand description
Specifies a storage by either a name or a GUID.
Name is specified with --name option of most of the storage types.
Guid is generated or loaded in XvcStorageOperations::init operations and
kept in Storage structs.
Variants§
Trait Implementations§
source§impl Clone for StorageIdentifier
impl Clone for StorageIdentifier
source§fn clone(&self) -> StorageIdentifier
fn clone(&self) -> StorageIdentifier
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 StorageIdentifier
impl Debug for StorageIdentifier
source§impl Display for StorageIdentifier
impl Display for StorageIdentifier
source§impl FromStr for StorageIdentifier
impl FromStr for StorageIdentifier
source§impl PartialEq<StorageIdentifier> for StorageIdentifier
impl PartialEq<StorageIdentifier> for StorageIdentifier
source§fn eq(&self, other: &StorageIdentifier) -> bool
fn eq(&self, other: &StorageIdentifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for StorageIdentifier
impl StructuralEq for StorageIdentifier
impl StructuralPartialEq for StorageIdentifier
Auto Trait Implementations§
impl RefUnwindSafe for StorageIdentifier
impl Send for StorageIdentifier
impl Sync for StorageIdentifier
impl Unpin for StorageIdentifier
impl UnwindSafe for StorageIdentifier
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.