Struct xmpp_parsers::bind2::BindFeature
source · pub struct BindFeature {
pub inline_features: Vec<String>,
}
Expand description
Represents the <bind/>
element, as sent by the server in SASL 2 to advertise which features
can be enabled during the binding step.
Fields§
§inline_features: Vec<String>
The features that can be enabled by the client.
Trait Implementations§
source§impl Clone for BindFeature
impl Clone for BindFeature
source§fn clone(&self) -> BindFeature
fn clone(&self) -> BindFeature
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 BindFeature
impl Debug for BindFeature
source§impl From<BindFeature> for Element
impl From<BindFeature> for Element
source§fn from(bind: BindFeature) -> Element
fn from(bind: BindFeature) -> Element
Converts to this type from the input type.
source§impl PartialEq for BindFeature
impl PartialEq for BindFeature
source§impl TryFrom<Element> for BindFeature
impl TryFrom<Element> for BindFeature
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for BindFeature
Auto Trait Implementations§
impl Freeze for BindFeature
impl RefUnwindSafe for BindFeature
impl Send for BindFeature
impl Sync for BindFeature
impl Unpin for BindFeature
impl UnwindSafe for BindFeature
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
)