Enum hyper_scripter::error::RedundantOpt
source · [−]Variants
Scripts(Vec<String>)
Type
Tag
Selector
Trait Implementations
sourceimpl Clone for RedundantOpt
impl Clone for RedundantOpt
sourcefn clone(&self) -> RedundantOpt
fn clone(&self) -> RedundantOpt
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RedundantOpt
impl Debug for RedundantOpt
sourceimpl From<RedundantOpt> for Error
impl From<RedundantOpt> for Error
sourcefn from(opt: RedundantOpt) -> Self
fn from(opt: RedundantOpt) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for RedundantOpt
impl Send for RedundantOpt
impl Sync for RedundantOpt
impl Unpin for RedundantOpt
impl UnwindSafe for RedundantOpt
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