pub enum StandaloneConverterMode {
AdDa,
AdOnly,
}Expand description
Mode of standalone converter.
Variants§
Trait Implementations§
source§impl Clone for StandaloneConverterMode
impl Clone for StandaloneConverterMode
source§fn clone(&self) -> StandaloneConverterMode
fn clone(&self) -> StandaloneConverterMode
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 StandaloneConverterMode
impl Debug for StandaloneConverterMode
source§impl Default for StandaloneConverterMode
impl Default for StandaloneConverterMode
source§impl PartialEq for StandaloneConverterMode
impl PartialEq for StandaloneConverterMode
source§fn eq(&self, other: &StandaloneConverterMode) -> bool
fn eq(&self, other: &StandaloneConverterMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StandaloneConverterMode
impl Eq for StandaloneConverterMode
impl StructuralEq for StandaloneConverterMode
impl StructuralPartialEq for StandaloneConverterMode
Auto Trait Implementations§
impl RefUnwindSafe for StandaloneConverterMode
impl Send for StandaloneConverterMode
impl Sync for StandaloneConverterMode
impl Unpin for StandaloneConverterMode
impl UnwindSafe for StandaloneConverterMode
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