pub enum ListOutput {
Table,
Json,
}Variants§
Trait Implementations§
Source§impl Clone for ListOutput
impl Clone for ListOutput
Source§fn clone(&self) -> ListOutput
fn clone(&self) -> ListOutput
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 moreimpl Copy for ListOutput
Auto Trait Implementations§
impl Freeze for ListOutput
impl RefUnwindSafe for ListOutput
impl Send for ListOutput
impl Sync for ListOutput
impl Unpin for ListOutput
impl UnsafeUnpin for ListOutput
impl UnwindSafe for ListOutput
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