Struct s3lsio::Error
[−]
[src]
pub struct Error {
pub format: OutputFormat,
pub color: Color,
}Allows you to control Error output.
Fields
format: OutputFormat
Defaults to OutputFormat::serialize since it's easier to debug.
Available formats are json, plain, serialize or none (don't output anything)
color: Color
Can be any term color. Defaults to term::color::RED.
Trait Implementations
impl Debug for Error[src]
impl Clone for Error[src]
fn clone(&self) -> Error
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more