Struct scylladb_parse::DateLiteral
source · [−]pub struct DateLiteral(_);Trait Implementations
sourceimpl Clone for DateLiteral
impl Clone for DateLiteral
sourcefn clone(&self) -> DateLiteral
fn clone(&self) -> DateLiteral
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 DateLiteral
impl Debug for DateLiteral
sourceimpl Default for DateLiteral
impl Default for DateLiteral
sourcefn default() -> DateLiteral
fn default() -> DateLiteral
Returns the “default value” for a type. Read more
sourceimpl Parse for DateLiteral
impl Parse for DateLiteral
type Output = DateLiteral
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Auto Trait Implementations
impl RefUnwindSafe for DateLiteral
impl Send for DateLiteral
impl Sync for DateLiteral
impl Unpin for DateLiteral
impl UnwindSafe for DateLiteral
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