Enum rustls::internal::msgs::enums::HeartbeatMode [−][src]
pub enum HeartbeatMode { PeerAllowedToSend, PeerNotAllowedToSend, Unknown(u8), }
The HeartbeatMode
TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The Unknown
item is used when processing unrecognised ordinals.
Variants
Unknown(u8)
Implementations
Trait Implementations
impl Clone for HeartbeatMode
[src]
impl Clone for HeartbeatMode
[src]fn clone(&self) -> HeartbeatMode
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Codec for HeartbeatMode
[src]
impl Codec for HeartbeatMode
[src]impl PartialEq<HeartbeatMode> for HeartbeatMode
[src]
impl PartialEq<HeartbeatMode> for HeartbeatMode
[src]