pub struct DeleteSnapshotScheduleMessage {
pub schedule_identifier: String,
}Fields§
§schedule_identifier: StringA unique identifier of the snapshot schedule to delete.
Trait Implementations§
Source§impl Clone for DeleteSnapshotScheduleMessage
impl Clone for DeleteSnapshotScheduleMessage
Source§fn clone(&self) -> DeleteSnapshotScheduleMessage
fn clone(&self) -> DeleteSnapshotScheduleMessage
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 DeleteSnapshotScheduleMessage
impl Default for DeleteSnapshotScheduleMessage
Source§fn default() -> DeleteSnapshotScheduleMessage
fn default() -> DeleteSnapshotScheduleMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteSnapshotScheduleMessage
impl PartialEq for DeleteSnapshotScheduleMessage
Source§fn eq(&self, other: &DeleteSnapshotScheduleMessage) -> bool
fn eq(&self, other: &DeleteSnapshotScheduleMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteSnapshotScheduleMessage
Auto Trait Implementations§
impl Freeze for DeleteSnapshotScheduleMessage
impl RefUnwindSafe for DeleteSnapshotScheduleMessage
impl Send for DeleteSnapshotScheduleMessage
impl Sync for DeleteSnapshotScheduleMessage
impl Unpin for DeleteSnapshotScheduleMessage
impl UnwindSafe for DeleteSnapshotScheduleMessage
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