pub struct AlgList(pub String);Expand description
A list of algorithm names from a ssh_config directive
(HostKeyAlgorithms, KexAlgorithms, Ciphers, MACs).
The raw, comma-separated source value is preserved verbatim. M17
adds the OpenSSH +/-/^ modifier semantics on top, plumbed
through to russh’s preference list.
Tuple Fields§
§0: StringTrait Implementations§
impl Eq for AlgList
impl StructuralPartialEq for AlgList
Auto Trait Implementations§
impl Freeze for AlgList
impl RefUnwindSafe for AlgList
impl Send for AlgList
impl Sync for AlgList
impl Unpin for AlgList
impl UnsafeUnpin for AlgList
impl UnwindSafe for AlgList
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