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§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 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§type Builder = SaslChannelBindingFromXmlBuilder
type Builder = SaslChannelBindingFromXmlBuilder
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 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