Struct xmpp_parsers::ping::Ping
source · pub struct Ping;
Expand description
Represents a ping to the recipient, which must be answered with an
empty <iq/>
or with an error.
Trait Implementations§
source§impl PartialEq for Ping
impl PartialEq for Ping
impl IqGetPayload for Ping
impl StructuralPartialEq for Ping
Auto Trait Implementations§
impl RefUnwindSafe for Ping
impl Send for Ping
impl Sync for Ping
impl Unpin for Ping
impl UnwindSafe for Ping
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