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 (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 YearMonthDuration
Source§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>
Auto Trait Implementations§
impl Freeze for YearMonthDuration
impl RefUnwindSafe for YearMonthDuration
impl Send for YearMonthDuration
impl Sync for YearMonthDuration
impl Unpin for YearMonthDuration
impl UnsafeUnpin for YearMonthDuration
impl UnwindSafe for YearMonthDuration
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