pub struct SnapshotLifecycleRequest {
pub reference: SnapshotRef,
pub replacement: Option<SnapshotRef>,
}Fields§
§reference: SnapshotRef§replacement: Option<SnapshotRef>Recorded on deprecation so a rejected run can name its successor.
Trait Implementations§
Source§impl Clone for SnapshotLifecycleRequest
impl Clone for SnapshotLifecycleRequest
Source§fn clone(&self) -> SnapshotLifecycleRequest
fn clone(&self) -> SnapshotLifecycleRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SnapshotLifecycleRequest
impl Debug for SnapshotLifecycleRequest
Source§impl<'de> Deserialize<'de> for SnapshotLifecycleRequest
impl<'de> Deserialize<'de> for SnapshotLifecycleRequest
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 SnapshotLifecycleRequest
Source§impl PartialEq for SnapshotLifecycleRequest
impl PartialEq for SnapshotLifecycleRequest
Source§impl Serialize for SnapshotLifecycleRequest
impl Serialize for SnapshotLifecycleRequest
impl StructuralPartialEq for SnapshotLifecycleRequest
Auto Trait Implementations§
impl Freeze for SnapshotLifecycleRequest
impl RefUnwindSafe for SnapshotLifecycleRequest
impl Send for SnapshotLifecycleRequest
impl Sync for SnapshotLifecycleRequest
impl Unpin for SnapshotLifecycleRequest
impl UnsafeUnpin for SnapshotLifecycleRequest
impl UnwindSafe for SnapshotLifecycleRequest
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