pub struct DoubleQuotedStrings { /* private fields */ }Trait Implementations§
Source§impl Clone for DoubleQuotedStrings
impl Clone for DoubleQuotedStrings
Source§fn clone(&self) -> DoubleQuotedStrings
fn clone(&self) -> DoubleQuotedStrings
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 DoubleQuotedStrings
impl Debug for DoubleQuotedStrings
Source§impl Default for DoubleQuotedStrings
impl Default for DoubleQuotedStrings
Source§fn default() -> DoubleQuotedStrings
fn default() -> DoubleQuotedStrings
Returns the “default value” for a type. Read more
Source§impl PartialEq for DoubleQuotedStrings
impl PartialEq for DoubleQuotedStrings
impl Copy for DoubleQuotedStrings
impl Eq for DoubleQuotedStrings
impl StructuralPartialEq for DoubleQuotedStrings
Auto Trait Implementations§
impl Freeze for DoubleQuotedStrings
impl RefUnwindSafe for DoubleQuotedStrings
impl Send for DoubleQuotedStrings
impl Sync for DoubleQuotedStrings
impl Unpin for DoubleQuotedStrings
impl UnwindSafe for DoubleQuotedStrings
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