pub struct VerificationResult {
pub root_hash: [u8; 32],
pub tensor_count: usize,
pub verified: bool,
pub signature_valid: Option<bool>,
}Fields§
§root_hash: [u8; 32]§tensor_count: usize§verified: bool§signature_valid: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for VerificationResult
impl RefUnwindSafe for VerificationResult
impl Send for VerificationResult
impl Sync for VerificationResult
impl Unpin for VerificationResult
impl UnsafeUnpin for VerificationResult
impl UnwindSafe for VerificationResult
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