pub struct CreateSnapshotResult {
pub snapshot_id: Option<String>,
}
Expand description
Contains the results of the CreateSnapshot operation.
Fields§
§snapshot_id: Option<String>
The identifier of the snapshot that was created.
Trait Implementations§
Source§impl Clone for CreateSnapshotResult
impl Clone for CreateSnapshotResult
Source§fn clone(&self) -> CreateSnapshotResult
fn clone(&self) -> CreateSnapshotResult
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 CreateSnapshotResult
impl Debug for CreateSnapshotResult
Source§impl Default for CreateSnapshotResult
impl Default for CreateSnapshotResult
Source§fn default() -> CreateSnapshotResult
fn default() -> CreateSnapshotResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateSnapshotResult
impl<'de> Deserialize<'de> for CreateSnapshotResult
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 CreateSnapshotResult
impl PartialEq for CreateSnapshotResult
impl StructuralPartialEq for CreateSnapshotResult
Auto Trait Implementations§
impl Freeze for CreateSnapshotResult
impl RefUnwindSafe for CreateSnapshotResult
impl Send for CreateSnapshotResult
impl Sync for CreateSnapshotResult
impl Unpin for CreateSnapshotResult
impl UnwindSafe for CreateSnapshotResult
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