Struct rustls::cipher::InvalidMessageDecrypter
source · struct InvalidMessageDecrypter {}
Expand description
A MessageDecrypter
which doesn’t work.
Trait Implementations§
source§impl MessageDecrypter for InvalidMessageDecrypter
impl MessageDecrypter for InvalidMessageDecrypter
source§fn decrypt(&self, _m: OpaqueMessage, _seq: u64) -> Result<PlainMessage, Error>
fn decrypt(&self, _m: OpaqueMessage, _seq: u64) -> Result<PlainMessage, Error>
Perform the decryption over the concerned TLS message.
Auto Trait Implementations§
impl Freeze for InvalidMessageDecrypter
impl RefUnwindSafe for InvalidMessageDecrypter
impl Send for InvalidMessageDecrypter
impl Sync for InvalidMessageDecrypter
impl Unpin for InvalidMessageDecrypter
impl UnwindSafe for InvalidMessageDecrypter
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