pub enum Enc {
Chacha20Poly1305Openssh,
Aes128Ctr,
}
Variants
Chacha20Poly1305Openssh
Aes128Ctr
Auto Trait Implementations
impl RefUnwindSafe for Enc
impl Send for Enc
impl Sync for Enc
impl Unpin for Enc
impl UnwindSafe for Enc
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