pub struct DoubleQuote;
Trait Implementations§
Source§impl Clone for DoubleQuote
impl Clone for DoubleQuote
Source§fn clone(&self) -> DoubleQuote
fn clone(&self) -> DoubleQuote
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DoubleQuote
impl Debug for DoubleQuote
Source§impl FromStr for DoubleQuote
impl FromStr for DoubleQuote
Source§impl Parse for DoubleQuote
impl Parse for DoubleQuote
type Output = DoubleQuote
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy for DoubleQuote
Auto Trait Implementations§
impl Freeze for DoubleQuote
impl RefUnwindSafe for DoubleQuote
impl Send for DoubleQuote
impl Sync for DoubleQuote
impl Unpin for DoubleQuote
impl UnwindSafe for DoubleQuote
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