Struct scylladb_parse::keywords::SingleQuote
source · [−]pub struct SingleQuote;Trait Implementations
sourceimpl Clone for SingleQuote
impl Clone for SingleQuote
sourcefn clone(&self) -> SingleQuote
fn clone(&self) -> SingleQuote
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SingleQuote
impl Debug for SingleQuote
sourceimpl FromStr for SingleQuote
impl FromStr for SingleQuote
sourceimpl 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 RefUnwindSafe for SingleQuote
impl Send for SingleQuote
impl Sync for SingleQuote
impl Unpin for SingleQuote
impl UnwindSafe for SingleQuote
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more