pub struct ExtensionRenegotiationInfo { /* private fields */ }
Expand description
RenegotiationInfo allows a Client/Server to communicate their renegotation support https://tools.ietf.org/html/rfc5746
Implementations§
Trait Implementations§
source§impl Clone for ExtensionRenegotiationInfo
impl Clone for ExtensionRenegotiationInfo
source§fn clone(&self) -> ExtensionRenegotiationInfo
fn clone(&self) -> ExtensionRenegotiationInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExtensionRenegotiationInfo
impl Debug for ExtensionRenegotiationInfo
source§impl PartialEq<ExtensionRenegotiationInfo> for ExtensionRenegotiationInfo
impl PartialEq<ExtensionRenegotiationInfo> for ExtensionRenegotiationInfo
source§fn eq(&self, other: &ExtensionRenegotiationInfo) -> bool
fn eq(&self, other: &ExtensionRenegotiationInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.