pub enum ClusterPostVotingConfigExclusionsParts {
None,
}
Expand description
API parts for the Cluster Post Voting Config Exclusions API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ClusterPostVotingConfigExclusionsParts
impl Clone for ClusterPostVotingConfigExclusionsParts
Source§fn clone(&self) -> ClusterPostVotingConfigExclusionsParts
fn clone(&self) -> ClusterPostVotingConfigExclusionsParts
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 for ClusterPostVotingConfigExclusionsParts
impl PartialEq for ClusterPostVotingConfigExclusionsParts
Source§fn eq(&self, other: &ClusterPostVotingConfigExclusionsParts) -> bool
fn eq(&self, other: &ClusterPostVotingConfigExclusionsParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ClusterPostVotingConfigExclusionsParts
impl StructuralPartialEq for ClusterPostVotingConfigExclusionsParts
Auto Trait Implementations§
impl Freeze for ClusterPostVotingConfigExclusionsParts
impl RefUnwindSafe for ClusterPostVotingConfigExclusionsParts
impl Send for ClusterPostVotingConfigExclusionsParts
impl Sync for ClusterPostVotingConfigExclusionsParts
impl Unpin for ClusterPostVotingConfigExclusionsParts
impl UnwindSafe for ClusterPostVotingConfigExclusionsParts
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