pub struct SshKexInit<'a> { /* private fields */ }Implementations§
Source§impl<'a> SshKexInit<'a>
impl<'a> SshKexInit<'a>
pub fn parse(buf: &'a [u8]) -> Option<Self>
pub fn kex_algorithms(&mut self) -> Vec<String>
pub fn server_host_key_algorithms(&mut self) -> Vec<String>
pub fn encryption_algorithms_cts(&mut self) -> Vec<String>
pub fn encryption_algorithms_stc(&mut self) -> Vec<String>
pub fn mac_algorithms_cts(&mut self) -> Vec<String>
pub fn mac_algorithms_stc(&mut self) -> Vec<String>
pub fn compression_algorithms_cts(&mut self) -> Vec<String>
pub fn compression_algorithms_stc(&mut self) -> Vec<String>
Auto Trait Implementations§
impl<'a> Freeze for SshKexInit<'a>
impl<'a> RefUnwindSafe for SshKexInit<'a>
impl<'a> Send for SshKexInit<'a>
impl<'a> Sync for SshKexInit<'a>
impl<'a> Unpin for SshKexInit<'a>
impl<'a> UnsafeUnpin for SshKexInit<'a>
impl<'a> UnwindSafe for SshKexInit<'a>
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