Struct xsd_types::value::GYearMonth
source · 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 copy 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 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>
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 RefUnwindSafe for GYearMonth
impl Send for GYearMonth
impl Sync for GYearMonth
impl Unpin 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