Enum hyper_scripter::error::RedundantOpt
source · Variants§
Trait Implementations§
source§impl Clone for RedundantOpt
impl Clone for RedundantOpt
source§fn clone(&self) -> RedundantOpt
fn clone(&self) -> RedundantOpt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RedundantOpt
impl Debug for RedundantOpt
source§impl From<RedundantOpt> for Error
impl From<RedundantOpt> for Error
source§fn from(opt: RedundantOpt) -> Self
fn from(opt: RedundantOpt) -> Self
Converts to this type from the input type.