[−][src]Struct openstack::common::SnapshotRef
An ID of a Snapshot
Trait Implementations
impl AsRef<str> for SnapshotRef
[src][+]
impl Clone for SnapshotRef
[src][+]
impl Debug for SnapshotRef
[src][+]
impl<'de> Deserialize<'de> for SnapshotRef
[src][+]
impl Display for SnapshotRef
[src][+]
impl Eq for SnapshotRef
[src]
impl<'s> From<&'s str> for SnapshotRef
[src][+]
impl From<SnapshotRef> for String
[src][+]
impl From<SnapshotRef> for Value
[src][+]
impl From<String> for SnapshotRef
[src][+]
impl PartialEq<SnapshotRef> for SnapshotRef
[src][+]
impl Serialize for SnapshotRef
[src][+]
impl StructuralEq for SnapshotRef
[src]
impl StructuralPartialEq for SnapshotRef
[src]
Auto Trait Implementations
impl RefUnwindSafe for SnapshotRef
impl Send for SnapshotRef
impl Sync for SnapshotRef
impl Unpin for SnapshotRef
impl UnwindSafe for SnapshotRef
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,