Enum ruststep::ap201::explicit_draughting::DateTimeSelectHolder [−][src]
pub enum DateTimeSelectHolder {
Date(DateAnyHolder),
}
Variants
Date(DateAnyHolder)
Tuple Fields of Date
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DateTimeSelect>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<DateTimeSelect>> + 'table>
Get owned entities as an iterator
type Owned = DateTimeSelect
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DateTimeSelectHolder
impl Send for DateTimeSelectHolder
impl Sync for DateTimeSelectHolder
impl Unpin for DateTimeSelectHolder
impl UnwindSafe for DateTimeSelectHolder
Blanket Implementations
Mutably borrows from an owned value. Read more