Struct xmpp_parsers::time::TimeResult
source · pub struct TimeResult(pub DateTime);
Expand description
An entity time result, containing an unique DateTime.
Tuple Fields§
§0: DateTime
Trait Implementations§
source§impl Clone for TimeResult
impl Clone for TimeResult
source§fn clone(&self) -> TimeResult
fn clone(&self) -> TimeResult
Returns a copy 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 TimeResult
impl Debug for TimeResult
source§impl From<TimeResult> for Element
impl From<TimeResult> for Element
source§fn from(time: TimeResult) -> Element
fn from(time: TimeResult) -> Element
Converts to this type from the input type.
source§impl TryFrom<Element> for TimeResult
impl TryFrom<Element> for TimeResult
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
source§fn try_from(elem: Element) -> Result<TimeResult, FromElementError>
fn try_from(elem: Element) -> Result<TimeResult, FromElementError>
Performs the conversion.
impl IqResultPayload for TimeResult
Auto Trait Implementations§
impl Freeze for TimeResult
impl RefUnwindSafe for TimeResult
impl Send for TimeResult
impl Sync for TimeResult
impl Unpin for TimeResult
impl UnwindSafe for TimeResult
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