pub struct FheSecretKey {
pub id: [u8; 32],
/* private fields */
}Expand description
FHE secret key
Fields§
§id: [u8; 32]Key ID
Trait Implementations§
Source§impl Debug for FheSecretKey
impl Debug for FheSecretKey
Auto Trait Implementations§
impl Freeze for FheSecretKey
impl RefUnwindSafe for FheSecretKey
impl Send for FheSecretKey
impl Sync for FheSecretKey
impl Unpin for FheSecretKey
impl UnwindSafe for FheSecretKey
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