#[repr(C)]pub enum StringPrimitiveFormat {
WithQuotes = 0,
WithoutQuotes = 1,
}Variants§
Trait Implementations§
Source§impl Clone for StringPrimitiveFormat
impl Clone for StringPrimitiveFormat
Source§fn clone(&self) -> StringPrimitiveFormat
fn clone(&self) -> StringPrimitiveFormat
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 StringPrimitiveFormat
impl Debug for StringPrimitiveFormat
Source§impl PartialEq for StringPrimitiveFormat
impl PartialEq for StringPrimitiveFormat
impl Copy for StringPrimitiveFormat
impl Eq for StringPrimitiveFormat
impl StructuralPartialEq for StringPrimitiveFormat
Auto Trait Implementations§
impl Freeze for StringPrimitiveFormat
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