Struct aws_sdk_m2::types::MaintenanceSchedule
source · #[non_exhaustive]pub struct MaintenanceSchedule { /* private fields */ }Expand description
The information about the maintenance schedule.
Implementations§
source§impl MaintenanceSchedule
impl MaintenanceSchedule
sourcepub fn builder() -> MaintenanceScheduleBuilder
pub fn builder() -> MaintenanceScheduleBuilder
Creates a new builder-style object to manufacture MaintenanceSchedule.
Trait Implementations§
source§impl Clone for MaintenanceSchedule
impl Clone for MaintenanceSchedule
source§fn clone(&self) -> MaintenanceSchedule
fn clone(&self) -> MaintenanceSchedule
Returns a copy 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 MaintenanceSchedule
impl Debug for MaintenanceSchedule
source§impl PartialEq<MaintenanceSchedule> for MaintenanceSchedule
impl PartialEq<MaintenanceSchedule> for MaintenanceSchedule
source§fn eq(&self, other: &MaintenanceSchedule) -> bool
fn eq(&self, other: &MaintenanceSchedule) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MaintenanceSchedule
Auto Trait Implementations§
impl RefUnwindSafe for MaintenanceSchedule
impl Send for MaintenanceSchedule
impl Sync for MaintenanceSchedule
impl Unpin for MaintenanceSchedule
impl UnwindSafe for MaintenanceSchedule
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