Struct xmpp_parsers::stream_features::RequiredStartTls
source · pub struct RequiredStartTls;
Expand description
Marker for mandatory StartTLS.
Trait Implementations§
source§impl AsXml for RequiredStartTls
impl AsXml for RequiredStartTls
source§impl Clone for RequiredStartTls
impl Clone for RequiredStartTls
source§fn clone(&self) -> RequiredStartTls
fn clone(&self) -> RequiredStartTls
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 RequiredStartTls
impl Debug for RequiredStartTls
source§impl From<RequiredStartTls> for Element
impl From<RequiredStartTls> for Element
source§fn from(other: RequiredStartTls) -> Self
fn from(other: RequiredStartTls) -> Self
Converts to this type from the input type.
source§impl FromXml for RequiredStartTls
impl FromXml for RequiredStartTls
§type Builder = RequiredStartTlsFromXmlBuilder
type Builder = RequiredStartTlsFromXmlBuilder
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 RequiredStartTls
impl PartialEq for RequiredStartTls
source§impl TryFrom<Element> for RequiredStartTls
impl TryFrom<Element> for RequiredStartTls
impl StructuralPartialEq for RequiredStartTls
Auto Trait Implementations§
impl Freeze for RequiredStartTls
impl RefUnwindSafe for RequiredStartTls
impl Send for RequiredStartTls
impl Sync for RequiredStartTls
impl Unpin for RequiredStartTls
impl UnwindSafe for RequiredStartTls
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
)