#[non_exhaustive]pub struct ScheduledInstancesIamInstanceProfile { /* private fields */ }
Expand description
Describes an IAM instance profile for a Scheduled Instance.
Implementations§
source§impl ScheduledInstancesIamInstanceProfile
impl ScheduledInstancesIamInstanceProfile
sourcepub fn builder() -> ScheduledInstancesIamInstanceProfileBuilder
pub fn builder() -> ScheduledInstancesIamInstanceProfileBuilder
Creates a new builder-style object to manufacture ScheduledInstancesIamInstanceProfile
.
Trait Implementations§
source§impl Clone for ScheduledInstancesIamInstanceProfile
impl Clone for ScheduledInstancesIamInstanceProfile
source§fn clone(&self) -> ScheduledInstancesIamInstanceProfile
fn clone(&self) -> ScheduledInstancesIamInstanceProfile
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<ScheduledInstancesIamInstanceProfile> for ScheduledInstancesIamInstanceProfile
impl PartialEq<ScheduledInstancesIamInstanceProfile> for ScheduledInstancesIamInstanceProfile
source§fn eq(&self, other: &ScheduledInstancesIamInstanceProfile) -> bool
fn eq(&self, other: &ScheduledInstancesIamInstanceProfile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ScheduledInstancesIamInstanceProfile
Auto Trait Implementations§
impl RefUnwindSafe for ScheduledInstancesIamInstanceProfile
impl Send for ScheduledInstancesIamInstanceProfile
impl Sync for ScheduledInstancesIamInstanceProfile
impl Unpin for ScheduledInstancesIamInstanceProfile
impl UnwindSafe for ScheduledInstancesIamInstanceProfile
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