Struct xmpp_parsers::ibr::Query
source · pub struct Query {
pub fields: HashMap<String, String>,
pub registered: bool,
pub remove: bool,
pub form: Option<DataForm>,
}
Expand description
Query for registering against a service.
Fields§
§fields: HashMap<String, String>
Deprecated fixed list of possible fields to fill before the user can register.
registered: bool
Whether this account is already registered.
remove: bool
Whether to remove this account.
form: Option<DataForm>
A data form the user must fill before being allowed to register.
Trait Implementations§
source§impl TryFrom<Element> for Query
impl TryFrom<Element> for Query
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl IqGetPayload for Query
impl IqResultPayload for Query
impl IqSetPayload for Query
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)