pub struct TimeToStr {
pub this: Box<Expression>,
pub format: String,
pub culture: Option<Box<Expression>>,
pub zone: Option<Box<Expression>>,
}Expand description
TimeToStr
Fields§
§this: Box<Expression>§format: String§culture: Option<Box<Expression>>§zone: Option<Box<Expression>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TimeToStr
impl<'de> Deserialize<'de> for TimeToStr
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 TimeToStr
Auto Trait Implementations§
impl Freeze for TimeToStr
impl RefUnwindSafe for TimeToStr
impl Send for TimeToStr
impl Sync for TimeToStr
impl Unpin for TimeToStr
impl UnwindSafe for TimeToStr
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