pub struct UnsealContext<'a> {
pub mlkem_sk: &'a SecretKey,
pub x25519_sk: Option<[u8; 32]>,
pub allow_unsigned: bool,
pub trust_any_signer: bool,
}
Fields§
§mlkem_sk: &'a SecretKey
§x25519_sk: Option<[u8; 32]>
§allow_unsigned: bool
§trust_any_signer: bool
Auto Trait Implementations§
impl<'a> Freeze for UnsealContext<'a>
impl<'a> RefUnwindSafe for UnsealContext<'a>
impl<'a> Send for UnsealContext<'a>
impl<'a> Sync for UnsealContext<'a>
impl<'a> Unpin for UnsealContext<'a>
impl<'a> UnwindSafe for UnsealContext<'a>
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