pub struct BindResponse { /* private fields */ }
Expand description
The response for resource binding, containing the client’s full JID.
Trait Implementations§
Source§impl AsXml for BindResponse
impl AsXml for BindResponse
Source§impl Clone for BindResponse
impl Clone for BindResponse
Source§fn clone(&self) -> BindResponse
fn clone(&self) -> BindResponse
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 BindResponse
impl Debug for BindResponse
Source§impl From<BindResponse> for Element
impl From<BindResponse> for Element
Source§fn from(other: BindResponse) -> Self
fn from(other: BindResponse) -> Self
Converts to this type from the input type.
Source§impl From<BindResponse> for FullJid
impl From<BindResponse> for FullJid
Source§fn from(bind: BindResponse) -> FullJid
fn from(bind: BindResponse) -> FullJid
Converts to this type from the input type.
Source§impl From<BindResponse> for Jid
impl From<BindResponse> for Jid
Source§fn from(bind: BindResponse) -> Jid
fn from(bind: BindResponse) -> Jid
Converts to this type from the input type.
Source§impl FromXml for BindResponse
impl FromXml for BindResponse
Source§type Builder = BindResponseFromXmlBuilder
type Builder = BindResponseFromXmlBuilder
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 PartialEq for BindResponse
impl PartialEq for BindResponse
Source§impl TryFrom<Element> for BindResponse
impl TryFrom<Element> for BindResponse
impl IqResultPayload for BindResponse
impl StructuralPartialEq for BindResponse
Auto Trait Implementations§
impl Freeze for BindResponse
impl RefUnwindSafe for BindResponse
impl Send for BindResponse
impl Sync for BindResponse
impl Unpin for BindResponse
impl UnwindSafe for BindResponse
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