pub enum IqRequestPayload {
Get(Element),
Set(Element),
}
Expand description
Payload of an IQ request stanza.
Variants§
Auto Trait Implementations§
impl Freeze for IqRequestPayload
impl RefUnwindSafe for IqRequestPayload
impl Send for IqRequestPayload
impl Sync for IqRequestPayload
impl Unpin for IqRequestPayload
impl UnwindSafe for IqRequestPayload
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