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