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