pub enum OptValue {
Many(Vec<String>),
One(String),
}
Expand description
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OptValue
impl RefUnwindSafe for OptValue
impl Send for OptValue
impl Sync for OptValue
impl Unpin for OptValue
impl UnwindSafe for OptValue
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