pub struct TimeTrunc {
pub this: Box<Expression>,
pub unit: String,
pub zone: Option<Box<Expression>>,
}Expand description
TimeTrunc
Fields§
§this: Box<Expression>§unit: String§zone: Option<Box<Expression>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TimeTrunc
impl<'de> Deserialize<'de> for TimeTrunc
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for TimeTrunc
Auto Trait Implementations§
impl Freeze for TimeTrunc
impl RefUnwindSafe for TimeTrunc
impl Send for TimeTrunc
impl Sync for TimeTrunc
impl Unpin for TimeTrunc
impl UnwindSafe for TimeTrunc
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