pub struct SingleQuote;
Trait Implementations§
Source§impl Clone for SingleQuote
impl Clone for SingleQuote
Source§fn clone(&self) -> SingleQuote
fn clone(&self) -> SingleQuote
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 SingleQuote
impl Debug for SingleQuote
Source§impl FromStr for SingleQuote
impl FromStr for SingleQuote
Source§impl Parse for SingleQuote
impl Parse for SingleQuote
type Output = SingleQuote
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy for SingleQuote
Auto Trait Implementations§
impl Freeze for SingleQuote
impl RefUnwindSafe for SingleQuote
impl Send for SingleQuote
impl Sync for SingleQuote
impl Unpin for SingleQuote
impl UnwindSafe for SingleQuote
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