pub enum OnlyOptions {
Name,
SafeName,
Remote,
}Variants§
Trait Implementations§
Source§impl Clone for OnlyOptions
impl Clone for OnlyOptions
Source§fn clone(&self) -> OnlyOptions
fn clone(&self) -> OnlyOptions
Returns a duplicate 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 OnlyOptions
impl Debug for OnlyOptions
Source§impl ValueEnum for OnlyOptions
impl ValueEnum for OnlyOptions
Auto Trait Implementations§
impl Freeze for OnlyOptions
impl RefUnwindSafe for OnlyOptions
impl Send for OnlyOptions
impl Sync for OnlyOptions
impl Unpin for OnlyOptions
impl UnwindSafe for OnlyOptions
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