pub struct YearMonthDuration { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for YearMonthDuration
impl Clone for YearMonthDuration
Source§fn clone(&self) -> YearMonthDuration
fn clone(&self) -> YearMonthDuration
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 YearMonthDuration
impl Debug for YearMonthDuration
Source§impl Display for YearMonthDuration
impl Display for YearMonthDuration
Source§impl FromStr for YearMonthDuration
impl FromStr for YearMonthDuration
Source§impl LexicalFormOf<YearMonthDuration> for YearMonthDuration
impl LexicalFormOf<YearMonthDuration> for YearMonthDuration
type ValueError = Infallible
fn try_as_value(&self) -> Result<YearMonthDuration, Self::ValueError>
fn as_value(&self) -> Vwhere
Self: LexicalFormOf<V, ValueError = Infallible>,
Source§impl ParseXsd for YearMonthDuration
impl ParseXsd for YearMonthDuration
type LexicalForm = YearMonthDuration
fn parse_xsd(lexical_value: &str) -> ParseXsdResult<Self, Self::LexicalForm>
Source§impl XsdValue for YearMonthDuration
impl XsdValue for YearMonthDuration
impl Copy for YearMonthDuration
Auto Trait Implementations§
impl Freeze for YearMonthDuration
impl RefUnwindSafe for YearMonthDuration
impl Send for YearMonthDuration
impl Sync for YearMonthDuration
impl Unpin for YearMonthDuration
impl UnwindSafe for YearMonthDuration
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)