pub struct StartTls {
pub required: bool,
}
Expand description
Stream feature for StartTLS
Fields§
§required: bool
Marker for mandatory StartTLS.
Trait Implementations§
Source§impl TryFrom<Element> for StartTls
impl TryFrom<Element> for StartTls
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
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