pub enum OptionArg {
None,
String,
Int,
Callback,
Filename,
StringArray,
FilenameArray,
Double,
Int64,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Ord for OptionArg
impl Ord for OptionArg
Source§impl PartialOrd for OptionArg
impl PartialOrd for OptionArg
impl Copy for OptionArg
impl Eq for OptionArg
impl StructuralPartialEq for OptionArg
Auto Trait Implementations§
impl Freeze for OptionArg
impl RefUnwindSafe for OptionArg
impl Send for OptionArg
impl Sync for OptionArg
impl Unpin for OptionArg
impl UnwindSafe for OptionArg
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