pub struct GYearMonth { /* private fields */ }Implementations§
Source§impl GYearMonth
impl GYearMonth
Trait Implementations§
Source§impl Clone for GYearMonth
impl Clone for GYearMonth
Source§fn clone(&self) -> GYearMonth
fn clone(&self) -> GYearMonth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GYearMonth
Source§impl Debug for GYearMonth
impl Debug for GYearMonth
Source§impl Display for GYearMonth
impl Display for GYearMonth
Source§impl LexicalFormOf<GYearMonth> for GYearMonth
impl LexicalFormOf<GYearMonth> for GYearMonth
type ValueError = Infallible
fn try_as_value(&self) -> Result<GYearMonth, Self::ValueError>
fn as_value(&self) -> Vwhere
Self: LexicalFormOf<V, ValueError = Infallible>,
Source§impl ParseXsd for GYearMonth
impl ParseXsd for GYearMonth
type LexicalForm = GYearMonth
fn parse_xsd(lexical_value: &str) -> ParseXsdResult<Self, Self::LexicalForm>
Auto Trait Implementations§
impl Freeze for GYearMonth
impl RefUnwindSafe for GYearMonth
impl Send for GYearMonth
impl Sync for GYearMonth
impl Unpin for GYearMonth
impl UnsafeUnpin for GYearMonth
impl UnwindSafe for GYearMonth
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