pub struct Answer {
pub digest: SecretDigest,
pub ciphertext: Ciphertext,
}Fields§
§digest: SecretDigest§ciphertext: CiphertextTrait Implementations§
Source§impl BorshDeserialize for Answer
impl BorshDeserialize for Answer
Source§impl BorshSerialize for Answer
impl BorshSerialize for Answer
impl Eq for Answer
impl StructuralPartialEq for Answer
Auto Trait Implementations§
impl Freeze for Answer
impl RefUnwindSafe for Answer
impl Send for Answer
impl Sync for Answer
impl Unpin for Answer
impl UnwindSafe for Answer
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