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