pub struct ClusterAssociatedToSchedule {
pub cluster_identifier: Option<String>,
pub schedule_association_state: Option<String>,
}
Expand description
Fields§
§cluster_identifier: Option<String>
§
schedule_association_state: Option<String>
Trait Implementations§
Source§impl Clone for ClusterAssociatedToSchedule
impl Clone for ClusterAssociatedToSchedule
Source§fn clone(&self) -> ClusterAssociatedToSchedule
fn clone(&self) -> ClusterAssociatedToSchedule
Returns a duplicate 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 Default for ClusterAssociatedToSchedule
impl Default for ClusterAssociatedToSchedule
Source§fn default() -> ClusterAssociatedToSchedule
fn default() -> ClusterAssociatedToSchedule
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ClusterAssociatedToSchedule
Auto Trait Implementations§
impl Freeze for ClusterAssociatedToSchedule
impl RefUnwindSafe for ClusterAssociatedToSchedule
impl Send for ClusterAssociatedToSchedule
impl Sync for ClusterAssociatedToSchedule
impl Unpin for ClusterAssociatedToSchedule
impl UnwindSafe for ClusterAssociatedToSchedule
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