#[non_exhaustive]pub struct MaintenanceWindowIdentityForTarget { /* private fields */ }
Expand description
The maintenance window to which the specified target belongs.
Implementations§
source§impl MaintenanceWindowIdentityForTarget
impl MaintenanceWindowIdentityForTarget
sourcepub fn builder() -> MaintenanceWindowIdentityForTargetBuilder
pub fn builder() -> MaintenanceWindowIdentityForTargetBuilder
Creates a new builder-style object to manufacture MaintenanceWindowIdentityForTarget
.
Trait Implementations§
source§impl Clone for MaintenanceWindowIdentityForTarget
impl Clone for MaintenanceWindowIdentityForTarget
source§fn clone(&self) -> MaintenanceWindowIdentityForTarget
fn clone(&self) -> MaintenanceWindowIdentityForTarget
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 PartialEq<MaintenanceWindowIdentityForTarget> for MaintenanceWindowIdentityForTarget
impl PartialEq<MaintenanceWindowIdentityForTarget> for MaintenanceWindowIdentityForTarget
source§fn eq(&self, other: &MaintenanceWindowIdentityForTarget) -> bool
fn eq(&self, other: &MaintenanceWindowIdentityForTarget) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MaintenanceWindowIdentityForTarget
Auto Trait Implementations§
impl RefUnwindSafe for MaintenanceWindowIdentityForTarget
impl Send for MaintenanceWindowIdentityForTarget
impl Sync for MaintenanceWindowIdentityForTarget
impl Unpin for MaintenanceWindowIdentityForTarget
impl UnwindSafe for MaintenanceWindowIdentityForTarget
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