pub enum botan_pk_op_kem_encrypt_struct {}
Auto Trait Implementations§
impl Freeze for botan_pk_op_kem_encrypt_struct
impl RefUnwindSafe for botan_pk_op_kem_encrypt_struct
impl Send for botan_pk_op_kem_encrypt_struct
impl Sync for botan_pk_op_kem_encrypt_struct
impl Unpin for botan_pk_op_kem_encrypt_struct
impl UnwindSafe for botan_pk_op_kem_encrypt_struct
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