pub enum DoubleQuotedStringEscapedChar {
Quote,
Backslash,
Tab,
CarriageReturn,
Newline,
RealNewline,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DoubleQuotedStringEscapedChar
impl Clone for DoubleQuotedStringEscapedChar
Source§fn clone(&self) -> DoubleQuotedStringEscapedChar
fn clone(&self) -> DoubleQuotedStringEscapedChar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DoubleQuotedStringEscapedChar
impl StructuralPartialEq for DoubleQuotedStringEscapedChar
Auto Trait Implementations§
impl Freeze for DoubleQuotedStringEscapedChar
impl RefUnwindSafe for DoubleQuotedStringEscapedChar
impl Send for DoubleQuotedStringEscapedChar
impl Sync for DoubleQuotedStringEscapedChar
impl Unpin for DoubleQuotedStringEscapedChar
impl UnsafeUnpin for DoubleQuotedStringEscapedChar
impl UnwindSafe for DoubleQuotedStringEscapedChar
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