pub struct DateTime(pub DateTime<FixedOffset>);
Expand description
Implements the DateTime profile of XEP-0082, which represents a non-recurring moment in time, with an accuracy of seconds or fraction of seconds, and includes a timezone.
Tuple Fields§
§0: DateTime<FixedOffset>
Implementations§
Source§impl DateTime
impl DateTime
Sourcepub fn timezone(&self) -> FixedOffset
pub fn timezone(&self) -> FixedOffset
Retrieves the associated timezone.
Sourcepub fn with_timezone(&self, tz: FixedOffset) -> DateTime
pub fn with_timezone(&self, tz: FixedOffset) -> DateTime
Returns a new DateTime
with a different timezone.
Trait Implementations§
Source§impl AsXmlText for DateTime
impl AsXmlText for DateTime
Source§impl FromXmlText for DateTime
impl FromXmlText for DateTime
Source§impl IntoAttributeValue for DateTime
impl IntoAttributeValue for DateTime
Source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
impl StructuralPartialEq for DateTime
Auto Trait Implementations§
impl Freeze for DateTime
impl RefUnwindSafe for DateTime
impl Send for DateTime
impl Sync for DateTime
impl Unpin for DateTime
impl UnwindSafe for DateTime
Blanket Implementations§
Source§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)