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