Struct tcp_handler::protocols::common::Cipher
source · pub struct Cipher { /* private fields */ }
Available on crate feature
encryption
only.Expand description
The cipher in encryption mode.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Cipher
impl RefUnwindSafe for Cipher
impl Send for Cipher
impl Sync for Cipher
impl Unpin for Cipher
impl UnwindSafe for Cipher
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