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