Struct xmpp_parsers::bind::BindResponse
source · pub struct BindResponse { /* private fields */ }
Expand description
The response for resource binding, containing the client’s full JID.
Trait Implementations§
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(bind: BindResponse) -> Element
fn from(bind: BindResponse) -> Element
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 PartialEq for BindResponse
impl PartialEq for BindResponse
source§fn eq(&self, other: &BindResponse) -> bool
fn eq(&self, other: &BindResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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