Enum hyper_scripter::error::RedundantOpt
source · pub enum RedundantOpt {
Scripts(Vec<String>),
Tag,
Selector,
}
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.
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§
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