Struct tcp_client::mutable_cipher::MutableCipher
source · pub struct MutableCipher { /* private fields */ }
Expand description
A wrapper for AesCipher
.
Used in ClientBase
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MutableCipher
impl Send for MutableCipher
impl Sync for MutableCipher
impl Unpin for MutableCipher
impl UnwindSafe for MutableCipher
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