pub struct Options(pub HashMap<String, Vec<String>>);Available on crate feature
parse only.Expand description
Validated function options
Tuple Fields§
§0: HashMap<String, Vec<String>>Trait Implementations§
Source§impl From<&Options> for Options
impl From<&Options> for Options
Source§fn from(raw: &RawOptions) -> Self
fn from(raw: &RawOptions) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Options
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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