Struct xmpp_parsers::starttls::StartTlsFromXmlBuilder
source · pub struct StartTlsFromXmlBuilder(/* private fields */);
Expand description
Build a StartTls
from XML events.
This type is generated using the xso::FromXml
derive macro and implements xso::FromEventsBuilder
for StartTls
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartTlsFromXmlBuilder
impl RefUnwindSafe for StartTlsFromXmlBuilder
impl Send for StartTlsFromXmlBuilder
impl Sync for StartTlsFromXmlBuilder
impl Unpin for StartTlsFromXmlBuilder
impl UnwindSafe for StartTlsFromXmlBuilder
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