Enum xmpp_parsers::fast::Tls0Rtt
source · 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 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.
source§impl PartialEq for Tls0Rtt
impl PartialEq for Tls0Rtt
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> 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
)