#[non_exhaustive]pub struct ClusterAssociatedToSchedule { /* private fields */ }
Expand description
Implementations§
source§impl ClusterAssociatedToSchedule
impl ClusterAssociatedToSchedule
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
sourcepub fn schedule_association_state(&self) -> Option<&ScheduleState>
pub fn schedule_association_state(&self) -> Option<&ScheduleState>
source§impl ClusterAssociatedToSchedule
impl ClusterAssociatedToSchedule
sourcepub fn builder() -> ClusterAssociatedToScheduleBuilder
pub fn builder() -> ClusterAssociatedToScheduleBuilder
Creates a new builder-style object to manufacture ClusterAssociatedToSchedule
.
Trait Implementations§
source§impl Clone for ClusterAssociatedToSchedule
impl Clone for ClusterAssociatedToSchedule
source§fn clone(&self) -> ClusterAssociatedToSchedule
fn clone(&self) -> ClusterAssociatedToSchedule
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 ClusterAssociatedToSchedule
impl Debug for ClusterAssociatedToSchedule
source§impl PartialEq<ClusterAssociatedToSchedule> for ClusterAssociatedToSchedule
impl PartialEq<ClusterAssociatedToSchedule> for ClusterAssociatedToSchedule
source§fn eq(&self, other: &ClusterAssociatedToSchedule) -> bool
fn eq(&self, other: &ClusterAssociatedToSchedule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.