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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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>
Source§impl XsdValue for GYearMonth
impl XsdValue for GYearMonth
impl Copy for GYearMonth
Auto Trait Implementations§
impl Freeze for GYearMonth
impl RefUnwindSafe for GYearMonth
impl Send for GYearMonth
impl Sync for GYearMonth
impl Unpin for GYearMonth
impl UnwindSafe for GYearMonth
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)