pub enum StringDelimiter {
Backtick,
QuoteDouble,
QuoteSingle,
}
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for StringDelimiter
impl Clone for StringDelimiter
Sourceยงfn clone(&self) -> StringDelimiter
fn clone(&self) -> StringDelimiter
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 StringDelimiter
impl Debug for StringDelimiter
Sourceยงimpl Ord for StringDelimiter
impl Ord for StringDelimiter
Sourceยงfn cmp(&self, other: &StringDelimiter) -> Ordering
fn cmp(&self, other: &StringDelimiter) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for StringDelimiter
impl PartialEq for StringDelimiter
Sourceยงimpl PartialOrd for StringDelimiter
impl PartialOrd for StringDelimiter
impl Copy for StringDelimiter
impl Eq for StringDelimiter
impl StructuralPartialEq for StringDelimiter
Auto Trait Implementationsยง
impl Freeze for StringDelimiter
impl RefUnwindSafe for StringDelimiter
impl Send for StringDelimiter
impl Sync for StringDelimiter
impl Unpin for StringDelimiter
impl UnwindSafe for StringDelimiter
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