Struct xmpp::stream::IqResponse
source · pub struct IqResponse {
pub from: Option<Jid>,
pub to: Option<Jid>,
pub data: IqResponseType,
}
Fields§
§from: Option<Jid>
§to: Option<Jid>
§data: IqResponseType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IqResponse
impl RefUnwindSafe for IqResponse
impl Send for IqResponse
impl Sync for IqResponse
impl Unpin for IqResponse
impl UnwindSafe for IqResponse
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