pub enum ClusterRemoveMemberOutcome {
Removed,
RequiresDissolve,
}Variants§
Trait Implementations§
Source§impl Clone for ClusterRemoveMemberOutcome
impl Clone for ClusterRemoveMemberOutcome
Source§fn clone(&self) -> ClusterRemoveMemberOutcome
fn clone(&self) -> ClusterRemoveMemberOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClusterRemoveMemberOutcome
Source§impl Debug for ClusterRemoveMemberOutcome
impl Debug for ClusterRemoveMemberOutcome
impl Eq for ClusterRemoveMemberOutcome
Source§impl PartialEq for ClusterRemoveMemberOutcome
impl PartialEq for ClusterRemoveMemberOutcome
Source§fn eq(&self, other: &ClusterRemoveMemberOutcome) -> bool
fn eq(&self, other: &ClusterRemoveMemberOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClusterRemoveMemberOutcome
Auto Trait Implementations§
impl Freeze for ClusterRemoveMemberOutcome
impl RefUnwindSafe for ClusterRemoveMemberOutcome
impl Send for ClusterRemoveMemberOutcome
impl Sync for ClusterRemoveMemberOutcome
impl Unpin for ClusterRemoveMemberOutcome
impl UnsafeUnpin for ClusterRemoveMemberOutcome
impl UnwindSafe for ClusterRemoveMemberOutcome
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