pub struct DeleteSnapshotResponse {
pub namespace_id: NamespaceId,
pub snapshot_id: SnapshotId,
}Expand description
Identifies the snapshot record that was deleted.
Fields§
§namespace_id: NamespaceIdNamespace the snapshot belonged to.
snapshot_id: SnapshotIdDeleted snapshot record.
Trait Implementations§
Source§impl Clone for DeleteSnapshotResponse
impl Clone for DeleteSnapshotResponse
Source§impl Debug for DeleteSnapshotResponse
impl Debug for DeleteSnapshotResponse
Source§impl<'de> Deserialize<'de> for DeleteSnapshotResponse
impl<'de> Deserialize<'de> for DeleteSnapshotResponse
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 DeleteSnapshotResponse
Source§impl PartialEq for DeleteSnapshotResponse
impl PartialEq for DeleteSnapshotResponse
Source§impl Serialize for DeleteSnapshotResponse
impl Serialize for DeleteSnapshotResponse
impl StructuralPartialEq for DeleteSnapshotResponse
Auto Trait Implementations§
impl Freeze for DeleteSnapshotResponse
impl RefUnwindSafe for DeleteSnapshotResponse
impl Send for DeleteSnapshotResponse
impl Sync for DeleteSnapshotResponse
impl Unpin for DeleteSnapshotResponse
impl UnsafeUnpin for DeleteSnapshotResponse
impl UnwindSafe for DeleteSnapshotResponse
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