pub struct TimestampLiteral(/* private fields */);
Trait Implementations§
Source§impl Clone for TimestampLiteral
impl Clone for TimestampLiteral
Source§fn clone(&self) -> TimestampLiteral
fn clone(&self) -> TimestampLiteral
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 TimestampLiteral
impl Debug for TimestampLiteral
Source§impl Default for TimestampLiteral
impl Default for TimestampLiteral
Source§fn default() -> TimestampLiteral
fn default() -> TimestampLiteral
Returns the “default value” for a type. Read more
Source§impl Parse for TimestampLiteral
impl Parse for TimestampLiteral
type Output = TimestampLiteral
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Auto Trait Implementations§
impl Freeze for TimestampLiteral
impl RefUnwindSafe for TimestampLiteral
impl Send for TimestampLiteral
impl Sync for TimestampLiteral
impl Unpin for TimestampLiteral
impl UnwindSafe for TimestampLiteral
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