pub struct DescribeFastSnapshotRestoresResult {
pub fast_snapshot_restores: Option<Vec<DescribeFastSnapshotRestoreSuccessItem>>,
pub next_token: Option<String>,
}Fields§
§fast_snapshot_restores: Option<Vec<DescribeFastSnapshotRestoreSuccessItem>>Information about the state of fast snapshot restores.
next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Trait Implementations§
Source§impl Clone for DescribeFastSnapshotRestoresResult
impl Clone for DescribeFastSnapshotRestoresResult
Source§fn clone(&self) -> DescribeFastSnapshotRestoresResult
fn clone(&self) -> DescribeFastSnapshotRestoresResult
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 Default for DescribeFastSnapshotRestoresResult
impl Default for DescribeFastSnapshotRestoresResult
Source§fn default() -> DescribeFastSnapshotRestoresResult
fn default() -> DescribeFastSnapshotRestoresResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeFastSnapshotRestoresResult
impl PartialEq for DescribeFastSnapshotRestoresResult
Source§fn eq(&self, other: &DescribeFastSnapshotRestoresResult) -> bool
fn eq(&self, other: &DescribeFastSnapshotRestoresResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeFastSnapshotRestoresResult
Auto Trait Implementations§
impl Freeze for DescribeFastSnapshotRestoresResult
impl RefUnwindSafe for DescribeFastSnapshotRestoresResult
impl Send for DescribeFastSnapshotRestoresResult
impl Sync for DescribeFastSnapshotRestoresResult
impl Unpin for DescribeFastSnapshotRestoresResult
impl UnwindSafe for DescribeFastSnapshotRestoresResult
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