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