pub enum Tls0Rtt {
True,
False,
}
Expand description
Whether TLS zero-roundtrip is possible.
Variants§
True
True value, represented by either ‘true’ or ‘1’.
False
False value, represented by either ‘false’ or ‘0’.
Trait Implementations§
Source§impl AsXmlText for Tls0Rtt
impl AsXmlText for Tls0Rtt
Source§impl FromXmlText for Tls0Rtt
impl FromXmlText for Tls0Rtt
Source§impl IntoAttributeValue for Tls0Rtt
impl IntoAttributeValue for Tls0Rtt
Source§fn into_attribute_value(self) -> Option<String>
fn into_attribute_value(self) -> Option<String>
Turns this into an attribute string, or None if it shouldn’t be added.
impl StructuralPartialEq for Tls0Rtt
Auto Trait Implementations§
impl Freeze for Tls0Rtt
impl RefUnwindSafe for Tls0Rtt
impl Send for Tls0Rtt
impl Sync for Tls0Rtt
impl Unpin for Tls0Rtt
impl UnwindSafe for Tls0Rtt
Blanket Implementations§
Source§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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