pub struct IcpSnapshotCreateReceipt {
pub snapshot_id: String,
pub taken_at_timestamp: Option<u64>,
pub total_size_bytes: Option<u64>,
}Expand description
IcpSnapshotCreateReceipt
Fields§
§snapshot_id: String§taken_at_timestamp: Option<u64>§total_size_bytes: Option<u64>Trait Implementations§
Source§impl Clone for IcpSnapshotCreateReceipt
impl Clone for IcpSnapshotCreateReceipt
Source§fn clone(&self) -> IcpSnapshotCreateReceipt
fn clone(&self) -> IcpSnapshotCreateReceipt
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 IcpSnapshotCreateReceipt
impl Debug for IcpSnapshotCreateReceipt
Source§impl<'de> Deserialize<'de> for IcpSnapshotCreateReceipt
impl<'de> Deserialize<'de> for IcpSnapshotCreateReceipt
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 IcpSnapshotCreateReceipt
Source§impl PartialEq for IcpSnapshotCreateReceipt
impl PartialEq for IcpSnapshotCreateReceipt
Source§fn eq(&self, other: &IcpSnapshotCreateReceipt) -> bool
fn eq(&self, other: &IcpSnapshotCreateReceipt) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IcpSnapshotCreateReceipt
impl Serialize for IcpSnapshotCreateReceipt
impl StructuralPartialEq for IcpSnapshotCreateReceipt
Auto Trait Implementations§
impl Freeze for IcpSnapshotCreateReceipt
impl RefUnwindSafe for IcpSnapshotCreateReceipt
impl Send for IcpSnapshotCreateReceipt
impl Sync for IcpSnapshotCreateReceipt
impl Unpin for IcpSnapshotCreateReceipt
impl UnsafeUnpin for IcpSnapshotCreateReceipt
impl UnwindSafe for IcpSnapshotCreateReceipt
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.