pub struct Duration { /* private fields */ }Implementations§
Trait Implementations§
source§impl LexicalFormOf<Duration> for Duration
impl LexicalFormOf<Duration> for Duration
type ValueError = Infallible
fn try_as_value(&self) -> Result<Duration, Self::ValueError>
source§impl ParseXsd for Duration
impl ParseXsd for Duration
type LexicalForm = Duration
fn parse_xsd(lexical_value: &str) -> ParseXsdResult<Self, Self::LexicalForm>
impl Copy for Duration
Auto Trait Implementations§
impl RefUnwindSafe for Duration
impl Send for Duration
impl Sync for Duration
impl Unpin for Duration
impl UnwindSafe for Duration
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