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