Struct xmpp_parsers::jid_prep::JidPrepQuery
source · pub struct JidPrepQuery {
pub data: String,
}
Expand description
Request from a client to stringprep/PRECIS a string into a JID.
Fields§
§data: String
The potential JID.
Implementations§
source§impl JidPrepQuery
impl JidPrepQuery
sourcepub fn new<J: Into<String>>(jid: J) -> JidPrepQuery
pub fn new<J: Into<String>>(jid: J) -> JidPrepQuery
Create a new JID Prep query.
Trait Implementations§
source§impl Clone for JidPrepQuery
impl Clone for JidPrepQuery
source§fn clone(&self) -> JidPrepQuery
fn clone(&self) -> JidPrepQuery
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for JidPrepQuery
impl Debug for JidPrepQuery
source§impl From<JidPrepQuery> for Element
impl From<JidPrepQuery> for Element
source§fn from(other: JidPrepQuery) -> Self
fn from(other: JidPrepQuery) -> Self
Converts to this type from the input type.
source§impl FromXml for JidPrepQuery
impl FromXml for JidPrepQuery
§type Builder = JidPrepQueryFromXmlBuilder
type Builder = JidPrepQueryFromXmlBuilder
A builder type used to construct the element. Read more
source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl IntoXml for JidPrepQuery
impl IntoXml for JidPrepQuery
§type EventIter = JidPrepQueryIntoXmlIterator
type EventIter = JidPrepQueryIntoXmlIterator
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.source§impl PartialEq for JidPrepQuery
impl PartialEq for JidPrepQuery
source§fn eq(&self, other: &JidPrepQuery) -> bool
fn eq(&self, other: &JidPrepQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for JidPrepQuery
impl TryFrom<Element> for JidPrepQuery
impl IqGetPayload for JidPrepQuery
impl StructuralPartialEq for JidPrepQuery
Auto Trait Implementations§
impl Freeze for JidPrepQuery
impl RefUnwindSafe for JidPrepQuery
impl Send for JidPrepQuery
impl Sync for JidPrepQuery
impl Unpin for JidPrepQuery
impl UnwindSafe for JidPrepQuery
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
)