#[non_exhaustive]pub struct ScheduledInstancesPrivateIpAddressConfig { /* private fields */ }
Expand description
Describes a private IPv4 address for a Scheduled Instance.
Implementations
sourceimpl ScheduledInstancesPrivateIpAddressConfig
impl ScheduledInstancesPrivateIpAddressConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ScheduledInstancesPrivateIpAddressConfig
.
Trait Implementations
sourceimpl Clone for ScheduledInstancesPrivateIpAddressConfig
impl Clone for ScheduledInstancesPrivateIpAddressConfig
sourcefn clone(&self) -> ScheduledInstancesPrivateIpAddressConfig
fn clone(&self) -> ScheduledInstancesPrivateIpAddressConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ScheduledInstancesPrivateIpAddressConfig> for ScheduledInstancesPrivateIpAddressConfig
impl PartialEq<ScheduledInstancesPrivateIpAddressConfig> for ScheduledInstancesPrivateIpAddressConfig
sourcefn eq(&self, other: &ScheduledInstancesPrivateIpAddressConfig) -> bool
fn eq(&self, other: &ScheduledInstancesPrivateIpAddressConfig) -> bool
impl StructuralPartialEq for ScheduledInstancesPrivateIpAddressConfig
Auto Trait Implementations
impl RefUnwindSafe for ScheduledInstancesPrivateIpAddressConfig
impl Send for ScheduledInstancesPrivateIpAddressConfig
impl Sync for ScheduledInstancesPrivateIpAddressConfig
impl Unpin for ScheduledInstancesPrivateIpAddressConfig
impl UnwindSafe for ScheduledInstancesPrivateIpAddressConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more