pub struct StartTls {
pub required: Option<RequiredStartTls>,
}
Expand description
Stream feature for StartTLS
Fields§
§required: Option<RequiredStartTls>
Marker for mandatory StartTLS.
Trait Implementations§
Source§impl FromXml for StartTls
impl FromXml for StartTls
Source§type Builder = StartTlsFromXmlBuilder
type Builder = StartTlsFromXmlBuilder
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
impl StructuralPartialEq for StartTls
Auto Trait Implementations§
impl Freeze for StartTls
impl RefUnwindSafe for StartTls
impl Send for StartTls
impl Sync for StartTls
impl Unpin for StartTls
impl UnwindSafe for StartTls
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