pub struct LoadSnapshotResult {
pub snapshot_id: SnapshotId,
}Fields§
§snapshot_id: SnapshotIdThe id of the snapshot.
Trait Implementations§
Source§impl Clone for LoadSnapshotResult
impl Clone for LoadSnapshotResult
Source§fn clone(&self) -> LoadSnapshotResult
fn clone(&self) -> LoadSnapshotResult
Returns a duplicate 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 LoadSnapshotResult
impl Debug for LoadSnapshotResult
Source§impl<'de> Deserialize<'de> for LoadSnapshotResult
impl<'de> Deserialize<'de> for LoadSnapshotResult
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 PartialEq for LoadSnapshotResult
impl PartialEq for LoadSnapshotResult
Source§impl Serialize for LoadSnapshotResult
impl Serialize for LoadSnapshotResult
Source§impl TryFrom<Value> for LoadSnapshotResult
impl TryFrom<Value> for LoadSnapshotResult
impl StructuralPartialEq for LoadSnapshotResult
Auto Trait Implementations§
impl Freeze for LoadSnapshotResult
impl RefUnwindSafe for LoadSnapshotResult
impl Send for LoadSnapshotResult
impl Sync for LoadSnapshotResult
impl Unpin for LoadSnapshotResult
impl UnsafeUnpin for LoadSnapshotResult
impl UnwindSafe for LoadSnapshotResult
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