pub enum ResultFormat {
Json,
Text,
}Expand description
Format of the commands output.
Variants§
Trait Implementations§
Source§impl Default for ResultFormat
impl Default for ResultFormat
Source§fn default() -> ResultFormat
fn default() -> ResultFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResultFormat
impl RefUnwindSafe for ResultFormat
impl Send for ResultFormat
impl Sync for ResultFormat
impl Unpin for ResultFormat
impl UnwindSafe for ResultFormat
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