pub enum LimitFormat {
Table,
Json,
Csv,
Markdown,
}Variants§
Trait Implementations§
Source§impl Clone for LimitFormat
impl Clone for LimitFormat
Source§fn clone(&self) -> LimitFormat
fn clone(&self) -> LimitFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LimitFormat
impl Debug for LimitFormat
Source§impl PartialEq for LimitFormat
impl PartialEq for LimitFormat
Source§fn eq(&self, other: &LimitFormat) -> bool
fn eq(&self, other: &LimitFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LimitFormat
impl Eq for LimitFormat
impl StructuralPartialEq for LimitFormat
Auto Trait Implementations§
impl Freeze for LimitFormat
impl RefUnwindSafe for LimitFormat
impl Send for LimitFormat
impl Sync for LimitFormat
impl Unpin for LimitFormat
impl UnsafeUnpin for LimitFormat
impl UnwindSafe for LimitFormat
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