Struct xmpp_parsers::time::TimeQueryFromEvents
source · pub struct TimeQueryFromEvents(/* private fields */);
Expand description
Build a TimeQuery
from XML events
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeQueryFromEvents
impl RefUnwindSafe for TimeQueryFromEvents
impl Send for TimeQueryFromEvents
impl Sync for TimeQueryFromEvents
impl Unpin for TimeQueryFromEvents
impl UnwindSafe for TimeQueryFromEvents
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