pub enum ClusterDeleteVotingConfigExclusionsParts {
None,
}
Expand description
API parts for the Cluster Delete Voting Config Exclusions API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ClusterDeleteVotingConfigExclusionsParts
impl Clone for ClusterDeleteVotingConfigExclusionsParts
Source§fn clone(&self) -> ClusterDeleteVotingConfigExclusionsParts
fn clone(&self) -> ClusterDeleteVotingConfigExclusionsParts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for ClusterDeleteVotingConfigExclusionsParts
impl PartialEq for ClusterDeleteVotingConfigExclusionsParts
Source§fn eq(&self, other: &ClusterDeleteVotingConfigExclusionsParts) -> bool
fn eq(&self, other: &ClusterDeleteVotingConfigExclusionsParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ClusterDeleteVotingConfigExclusionsParts
impl StructuralPartialEq for ClusterDeleteVotingConfigExclusionsParts
Auto Trait Implementations§
impl Freeze for ClusterDeleteVotingConfigExclusionsParts
impl RefUnwindSafe for ClusterDeleteVotingConfigExclusionsParts
impl Send for ClusterDeleteVotingConfigExclusionsParts
impl Sync for ClusterDeleteVotingConfigExclusionsParts
impl Unpin for ClusterDeleteVotingConfigExclusionsParts
impl UnwindSafe for ClusterDeleteVotingConfigExclusionsParts
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