pub enum BatchKind {
Logged,
Unlogged,
Counter,
}
Variants§
Trait Implementations§
Source§impl<'a> CustomToTokens<'a> for BatchKind
impl<'a> CustomToTokens<'a> for BatchKind
Source§impl ToTokens for BatchKind
impl ToTokens for BatchKind
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Copy for BatchKind
impl Eq for BatchKind
impl StructuralPartialEq for BatchKind
Auto Trait Implementations§
impl Freeze for BatchKind
impl RefUnwindSafe for BatchKind
impl Send for BatchKind
impl Sync for BatchKind
impl Unpin for BatchKind
impl UnwindSafe for BatchKind
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