pub enum BatchType {
Logged = 0,
Unlogged = 1,
Counter = 2,
}
Expand description
The type of a batch.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchType
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