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 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 StandaloneConverterMode
impl Debug for StandaloneConverterMode
Source§impl Default for StandaloneConverterMode
impl Default for StandaloneConverterMode
Source§impl PartialEq for StandaloneConverterMode
impl PartialEq for StandaloneConverterMode
impl Copy for StandaloneConverterMode
impl Eq for StandaloneConverterMode
impl StructuralPartialEq for StandaloneConverterMode
Auto Trait Implementations§
impl Freeze for StandaloneConverterMode
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