pub struct ProofResult {
pub identity_hash: String,
pub expression: String,
pub namespace: String,
pub root_namespace: String,
pub public_key: String,
pub message: String,
pub signature: String,
pub timestamp: u64,
}Fields§
§identity_hash: String§expression: String§namespace: String§root_namespace: String§public_key: String§message: String§signature: String§timestamp: u64Trait Implementations§
Source§impl Clone for ProofResult
impl Clone for ProofResult
Source§fn clone(&self) -> ProofResult
fn clone(&self) -> ProofResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProofResult
impl Debug for ProofResult
impl Eq for ProofResult
Source§impl PartialEq for ProofResult
impl PartialEq for ProofResult
impl StructuralPartialEq for ProofResult
Auto Trait Implementations§
impl Freeze for ProofResult
impl RefUnwindSafe for ProofResult
impl Send for ProofResult
impl Sync for ProofResult
impl Unpin for ProofResult
impl UnsafeUnpin for ProofResult
impl UnwindSafe for ProofResult
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