Struct scylladb_parse::Whitespace
source · [−]pub struct Whitespace;Trait Implementations
sourceimpl Clone for Whitespace
impl Clone for Whitespace
sourcefn clone(&self) -> Whitespace
fn clone(&self) -> Whitespace
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 Whitespace
impl Debug for Whitespace
sourceimpl Parse for Whitespace
impl Parse for Whitespace
type Output = Whitespace
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy for Whitespace
Auto Trait Implementations
impl RefUnwindSafe for Whitespace
impl Send for Whitespace
impl Sync for Whitespace
impl Unpin for Whitespace
impl UnwindSafe for Whitespace
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