pub struct VerificationResultRoots {
pub manifest_root_hash: Option<String>,
pub merkle_root: Option<String>,
pub entry_count: Option<i32>,
}Fields§
§manifest_root_hash: Option<String>§merkle_root: Option<String>§entry_count: Option<i32>Implementations§
Source§impl VerificationResultRoots
impl VerificationResultRoots
pub fn new() -> VerificationResultRoots
Trait Implementations§
Source§impl Clone for VerificationResultRoots
impl Clone for VerificationResultRoots
Source§fn clone(&self) -> VerificationResultRoots
fn clone(&self) -> VerificationResultRoots
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 VerificationResultRoots
impl Debug for VerificationResultRoots
Source§impl Default for VerificationResultRoots
impl Default for VerificationResultRoots
Source§fn default() -> VerificationResultRoots
fn default() -> VerificationResultRoots
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VerificationResultRoots
impl<'de> Deserialize<'de> for VerificationResultRoots
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for VerificationResultRoots
impl PartialEq for VerificationResultRoots
Source§fn eq(&self, other: &VerificationResultRoots) -> bool
fn eq(&self, other: &VerificationResultRoots) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VerificationResultRoots
impl Serialize for VerificationResultRoots
impl StructuralPartialEq for VerificationResultRoots
Auto Trait Implementations§
impl Freeze for VerificationResultRoots
impl RefUnwindSafe for VerificationResultRoots
impl Send for VerificationResultRoots
impl Sync for VerificationResultRoots
impl Unpin for VerificationResultRoots
impl UnsafeUnpin for VerificationResultRoots
impl UnwindSafe for VerificationResultRoots
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