pub struct IqRequest {
pub to: Jid,
pub data: IqRequestType,
}
Fields§
§to: Jid
§data: IqRequestType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IqRequest
impl RefUnwindSafe for IqRequest
impl Send for IqRequest
impl Sync for IqRequest
impl Unpin for IqRequest
impl UnwindSafe for IqRequest
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