pub struct Names {
pub kex: Name,
pub key: Algorithm,
pub cipher: Name,
pub client_mac: Name,
pub server_mac: Name,
pub server_compression: Compression,
pub client_compression: Compression,
pub ignore_guessed: bool,
/* private fields */
}Fields§
§kex: Name§key: Algorithm§cipher: Name§client_mac: Name§server_mac: Name§server_compression: Compression§client_compression: Compression§ignore_guessed: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Names
impl RefUnwindSafe for Names
impl Send for Names
impl Sync for Names
impl Unpin for Names
impl UnwindSafe for Names
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