Enum cql3_parser::begin_batch::BatchType
source · [−]pub enum BatchType {
Logged,
Counter,
Unlogged,
}Variants
Logged
Counter
Unlogged
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more