pub struct GregorianMonth {
pub number: i64,
pub en: String,
}Fields§
§number: i64§en: StringTrait Implementations§
Source§impl Clone for GregorianMonth
impl Clone for GregorianMonth
Source§fn clone(&self) -> GregorianMonth
fn clone(&self) -> GregorianMonth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GregorianMonth
impl Debug for GregorianMonth
Source§impl<'de> Deserialize<'de> for GregorianMonth
impl<'de> Deserialize<'de> for GregorianMonth
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
Auto Trait Implementations§
impl Freeze for GregorianMonth
impl RefUnwindSafe for GregorianMonth
impl Send for GregorianMonth
impl Sync for GregorianMonth
impl Unpin for GregorianMonth
impl UnsafeUnpin for GregorianMonth
impl UnwindSafe for GregorianMonth
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