Enum ssh2_patched::MethodType
source · [−]pub enum MethodType {
Kex,
HostKey,
CryptCs,
CryptSc,
MacCs,
MacSc,
CompCs,
CompSc,
LangCs,
LangSc,
SignAlgo,
}
Variants
Kex
HostKey
CryptCs
CryptSc
MacCs
MacSc
CompCs
CompSc
LangCs
LangSc
SignAlgo
Trait Implementations
sourceimpl Clone for MethodType
impl Clone for MethodType
sourcefn clone(&self) -> MethodType
fn clone(&self) -> MethodType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MethodType
Auto Trait Implementations
impl RefUnwindSafe for MethodType
impl Send for MethodType
impl Sync for MethodType
impl Unpin for MethodType
impl UnwindSafe for MethodType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more