Enum cassandra_cpp::BatchType
source · pub enum BatchType {
LOGGED,
UNLOGGED,
COUNTER,
}
Expand description
A type of batch.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for BatchType
impl PartialEq for BatchType
impl Copy for BatchType
impl Eq for BatchType
impl StructuralPartialEq for BatchType
Auto Trait Implementations§
impl RefUnwindSafe for BatchType
impl Send for BatchType
impl Sync for BatchType
impl Unpin for BatchType
impl UnwindSafe for BatchType
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