pub enum ListFormat {
Text,
Json,
}Expand description
Output format for agent list.
Variants§
Trait Implementations§
Source§impl Clone for ListFormat
impl Clone for ListFormat
Source§fn clone(&self) -> ListFormat
fn clone(&self) -> ListFormat
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 ListFormat
Source§impl Debug for ListFormat
impl Debug for ListFormat
impl Eq for ListFormat
Source§impl PartialEq for ListFormat
impl PartialEq for ListFormat
Source§fn eq(&self, other: &ListFormat) -> bool
fn eq(&self, other: &ListFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListFormat
Source§impl ValueEnum for ListFormat
impl ValueEnum for ListFormat
Auto Trait Implementations§
impl Freeze for ListFormat
impl RefUnwindSafe for ListFormat
impl Send for ListFormat
impl Sync for ListFormat
impl Unpin for ListFormat
impl UnsafeUnpin for ListFormat
impl UnwindSafe for ListFormat
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