#[repr(C)]pub enum StringPrimitiveFormat {
WithQuotes = 0,
WithoutQuotes = 1,
}
Variants§
Trait Implementations§
§impl Clone for StringPrimitiveFormat
impl Clone for StringPrimitiveFormat
§fn clone(&self) -> StringPrimitiveFormat
fn clone(&self) -> StringPrimitiveFormat
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 more§impl Debug for StringPrimitiveFormat
impl Debug for StringPrimitiveFormat
§impl PartialEq for StringPrimitiveFormat
impl PartialEq for StringPrimitiveFormat
§fn eq(&self, other: &StringPrimitiveFormat) -> bool
fn eq(&self, other: &StringPrimitiveFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for StringPrimitiveFormat
impl Eq for StringPrimitiveFormat
impl StructuralEq for StringPrimitiveFormat
impl StructuralPartialEq for StringPrimitiveFormat
Auto Trait Implementations§
impl RefUnwindSafe for StringPrimitiveFormat
impl Send for StringPrimitiveFormat
impl Sync for StringPrimitiveFormat
impl Unpin for StringPrimitiveFormat
impl UnwindSafe for StringPrimitiveFormat
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more