#[repr(u8)]pub enum QuoteTypeChoice {
Double = 0,
Single = 1,
Auto = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for QuoteTypeChoice
impl Clone for QuoteTypeChoice
Source§fn clone(&self) -> QuoteTypeChoice
fn clone(&self) -> QuoteTypeChoice
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 QuoteTypeChoice
impl Debug for QuoteTypeChoice
Source§impl Display for QuoteTypeChoice
impl Display for QuoteTypeChoice
Source§impl From<QuoteTypeChoice> for RawValue
impl From<QuoteTypeChoice> for RawValue
Source§fn from(val: QuoteTypeChoice) -> RawValue
fn from(val: QuoteTypeChoice) -> RawValue
Converts to this type from the input type.
Source§impl PartialEq for QuoteTypeChoice
impl PartialEq for QuoteTypeChoice
Source§impl PropertyKey for QuoteTypeChoice
impl PropertyKey for QuoteTypeChoice
Source§impl PropertyValue for QuoteTypeChoice
impl PropertyValue for QuoteTypeChoice
Source§const MAYBE_UNSET: bool = false
const MAYBE_UNSET: bool = false
Indicates whether a value that is case-insensitively equal to “unset”
should NOT be treated as if the value is unset. Read more
Source§type Err = UnknownValueError
type Err = UnknownValueError
The type of value returned on a failed parse.
impl Copy for QuoteTypeChoice
impl Eq for QuoteTypeChoice
impl StructuralPartialEq for QuoteTypeChoice
Auto Trait Implementations§
impl Freeze for QuoteTypeChoice
impl RefUnwindSafe for QuoteTypeChoice
impl Send for QuoteTypeChoice
impl Sync for QuoteTypeChoice
impl Unpin for QuoteTypeChoice
impl UnwindSafe for QuoteTypeChoice
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