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