pub enum QuorumOpType {
read,
write,
flush,
}
Variants§
Trait Implementations§
Source§impl Clone for QuorumOpType
impl Clone for QuorumOpType
Source§fn clone(&self) -> QuorumOpType
fn clone(&self) -> QuorumOpType
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 QuorumOpType
impl Debug for QuorumOpType
Source§impl<'de> Deserialize<'de> for QuorumOpType
impl<'de> Deserialize<'de> for QuorumOpType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for QuorumOpType
impl Enum for QuorumOpType
Source§impl FromStr for QuorumOpType
impl FromStr for QuorumOpType
Source§impl Hash for QuorumOpType
impl Hash for QuorumOpType
Source§impl Ord for QuorumOpType
impl Ord for QuorumOpType
Source§fn cmp(&self, other: &QuorumOpType) -> Ordering
fn cmp(&self, other: &QuorumOpType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for QuorumOpType
impl PartialEq for QuorumOpType
Source§impl PartialOrd for QuorumOpType
impl PartialOrd for QuorumOpType
Source§impl Serialize for QuorumOpType
impl Serialize for QuorumOpType
impl Copy for QuorumOpType
impl Eq for QuorumOpType
impl StructuralPartialEq for QuorumOpType
Auto Trait Implementations§
impl Freeze for QuorumOpType
impl RefUnwindSafe for QuorumOpType
impl Send for QuorumOpType
impl Sync for QuorumOpType
impl Unpin for QuorumOpType
impl UnwindSafe for QuorumOpType
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