pub enum ActivityFormatArg {
Text,
Json,
Yaml,
Markdown,
Csv,
}Variants§
Trait Implementations§
Source§impl Clone for ActivityFormatArg
impl Clone for ActivityFormatArg
Source§fn clone(&self) -> ActivityFormatArg
fn clone(&self) -> ActivityFormatArg
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 ActivityFormatArg
Source§impl ValueEnum for ActivityFormatArg
impl ValueEnum for ActivityFormatArg
Auto Trait Implementations§
impl Freeze for ActivityFormatArg
impl RefUnwindSafe for ActivityFormatArg
impl Send for ActivityFormatArg
impl Sync for ActivityFormatArg
impl Unpin for ActivityFormatArg
impl UnsafeUnpin for ActivityFormatArg
impl UnwindSafe for ActivityFormatArg
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