pub struct Xep0082;
Expand description
Text codec for XEP-0082-compliant formatting of dates and times.
Trait Implementations§
Source§impl TextCodec<DateTime<FixedOffset>> for Xep0082
impl TextCodec<DateTime<FixedOffset>> for Xep0082
Source§fn decode(&self, s: String) -> Result<ChronoDateTime<FixedOffset>, Error>
fn decode(&self, s: String) -> Result<ChronoDateTime<FixedOffset>, Error>
Decode a string value into the type.
Source§impl TextCodec<DateTime<Utc>> for Xep0082
impl TextCodec<DateTime<Utc>> for Xep0082
Auto Trait Implementations§
impl Freeze for Xep0082
impl RefUnwindSafe for Xep0082
impl Send for Xep0082
impl Sync for Xep0082
impl Unpin for Xep0082
impl UnwindSafe for Xep0082
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