pub enum ActivityFormat {
Text,
Json,
Yaml,
Markdown,
Csv,
}Expand description
Output format variants for dsc user activity. Superset of ListFormat —
adds markdown and csv.
Variants§
Trait Implementations§
Source§impl Clone for ActivityFormat
impl Clone for ActivityFormat
Source§fn clone(&self) -> ActivityFormat
fn clone(&self) -> ActivityFormat
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 ActivityFormat
Auto Trait Implementations§
impl Freeze for ActivityFormat
impl RefUnwindSafe for ActivityFormat
impl Send for ActivityFormat
impl Sync for ActivityFormat
impl Unpin for ActivityFormat
impl UnsafeUnpin for ActivityFormat
impl UnwindSafe for ActivityFormat
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