Enum stylua_lib::editorconfig::QuoteTypeChoice
source · #[repr(u8)]pub enum QuoteTypeChoice {
Double,
Single,
Auto,
}
Variants§
Trait Implementations§
source§impl Clone for QuoteTypeChoice
impl Clone for QuoteTypeChoice
source§fn clone(&self) -> QuoteTypeChoice
fn clone(&self) -> QuoteTypeChoice
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 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<QuoteTypeChoice> for QuoteTypeChoice
impl PartialEq<QuoteTypeChoice> for QuoteTypeChoice
source§fn eq(&self, other: &QuoteTypeChoice) -> bool
fn eq(&self, other: &QuoteTypeChoice) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
§type Err = UnknownValueError
type Err = UnknownValueError
The type of value returned on a failed parse.
impl Copy for QuoteTypeChoice
impl Eq for QuoteTypeChoice
impl StructuralEq for QuoteTypeChoice
impl StructuralPartialEq for QuoteTypeChoice
Auto Trait Implementations§
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