Enum sql_parser::ast::DateTimeField [−][src]
pub enum DateTimeField {
Millennium,
Century,
Decade,
Year,
Month,
Day,
Hour,
Minute,
Second,
Milliseconds,
Microseconds,
}
Variants
Millennium
Century
Decade
Year
Month
Day
Hour
Minute
Second
Milliseconds
Microseconds
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for DateTimeField
impl Send for DateTimeField
impl Sync for DateTimeField
impl Unpin for DateTimeField
impl UnwindSafe for DateTimeField
Blanket Implementations
Mutably borrows from an owned value. Read more
Formats an object with the “alternative” format ({:#}
) and returns it.
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more