Struct xmpp_parsers::sasl_cb::SaslChannelBinding
source · pub struct SaslChannelBinding {
pub types: Vec<Type>,
}
Expand description
Stream feature listing the channel-binding types supported by the server.
Fields§
§types: Vec<Type>
The list of channel-binding types supported by the server.
Trait Implementations§
source§impl Clone for SaslChannelBinding
impl Clone for SaslChannelBinding
source§fn clone(&self) -> SaslChannelBinding
fn clone(&self) -> SaslChannelBinding
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 SaslChannelBinding
impl Debug for SaslChannelBinding
source§impl PartialEq for SaslChannelBinding
impl PartialEq for SaslChannelBinding
source§fn eq(&self, other: &SaslChannelBinding) -> bool
fn eq(&self, other: &SaslChannelBinding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for SaslChannelBinding
impl TryFrom<Element> for SaslChannelBinding
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for SaslChannelBinding
Auto Trait Implementations§
impl Freeze for SaslChannelBinding
impl RefUnwindSafe for SaslChannelBinding
impl Send for SaslChannelBinding
impl Sync for SaslChannelBinding
impl Unpin for SaslChannelBinding
impl UnwindSafe for SaslChannelBinding
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
)