pub enum StringStyle {
DoubleLong,
Double,
SingleLong,
Single,
}Variants§
Trait Implementations§
Source§impl Clone for StringStyle
impl Clone for StringStyle
Source§fn clone(&self) -> StringStyle
fn clone(&self) -> StringStyle
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 StringStyle
impl Debug for StringStyle
Source§impl PartialEq for StringStyle
impl PartialEq for StringStyle
impl Eq for StringStyle
impl StructuralPartialEq for StringStyle
Auto Trait Implementations§
impl Freeze for StringStyle
impl RefUnwindSafe for StringStyle
impl Send for StringStyle
impl Sync for StringStyle
impl Unpin for StringStyle
impl UnsafeUnpin for StringStyle
impl UnwindSafe for StringStyle
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