Enum eos_eapi::ResultFormat
source · [−]pub enum ResultFormat {
Json,
Text,
}Expand description
Format of the commands output.
Variants
Json
JSONified output
Text
Plain text (same as in the CLI output)
Trait Implementations
sourceimpl Default for ResultFormat
impl Default for ResultFormat
sourcefn default() -> ResultFormat
fn default() -> ResultFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ResultFormat
impl Send for ResultFormat
impl Sync for ResultFormat
impl Unpin for ResultFormat
impl UnwindSafe for ResultFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more