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 AsXml for SaslChannelBinding
impl AsXml for SaslChannelBinding
source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = SaslChannelBindingAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = SaslChannelBindingAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
source§fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable [
Item
] items.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 From<SaslChannelBinding> for Element
impl From<SaslChannelBinding> for Element
source§fn from(other: SaslChannelBinding) -> Self
fn from(other: SaslChannelBinding) -> Self
Converts to this type from the input type.
source§impl FromXml for SaslChannelBinding
impl FromXml for SaslChannelBinding
source§impl PartialEq for SaslChannelBinding
impl PartialEq for SaslChannelBinding
source§impl TryFrom<Element> for SaslChannelBinding
impl TryFrom<Element> for SaslChannelBinding
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)