pub enum StringPrimitiveFormat {
WithQuotes,
WithoutQuotes,
}
Variants
WithQuotes
WithoutQuotes
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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for StringPrimitiveFormat
impl Debug for StringPrimitiveFormat
impl PartialEq<StringPrimitiveFormat> for StringPrimitiveFormat
impl PartialEq<StringPrimitiveFormat> for StringPrimitiveFormat
fn eq(&self, other: &StringPrimitiveFormat) -> bool
fn eq(&self, other: &StringPrimitiveFormat) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [
Compat
] adapter by shared reference. Read morefn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [
Compat
] adapter by mutable reference. Read moreimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more