pub struct Decryption;Expand description
Process-direction marker: the Kyber instance will perform decryption.
Auto Trait Implementations§
impl Freeze for Decryption
impl RefUnwindSafe for Decryption
impl Send for Decryption
impl Sync for Decryption
impl Unpin for Decryption
impl UnsafeUnpin for Decryption
impl UnwindSafe for Decryption
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