Enum xmpp::stream::IqResponseType
source · pub enum IqResponseType {
Result(Option<Element>),
Error(StanzaError),
}
Variants§
Result(Option<Element>)
Error(StanzaError)
Trait Implementations§
source§impl Debug for IqResponseType
impl Debug for IqResponseType
source§impl From<IqResponseType> for IqType
impl From<IqResponseType> for IqType
source§fn from(other: IqResponseType) -> IqType
fn from(other: IqResponseType) -> IqType
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IqResponseType
impl RefUnwindSafe for IqResponseType
impl Send for IqResponseType
impl Sync for IqResponseType
impl Unpin for IqResponseType
impl UnwindSafe for IqResponseType
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