pub struct ScopeFlattenProofV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub accepted: bool,
pub blocked_reason: Option<&'static str>,
pub root_selector: String,
pub provenance_preserved: bool,
pub cascade_safe_witness: String,
}Fields§
§schema_version: &'static str§product: &'static str§accepted: bool§blocked_reason: Option<&'static str>§root_selector: String§provenance_preserved: bool§cascade_safe_witness: StringTrait Implementations§
Source§impl Clone for ScopeFlattenProofV0
impl Clone for ScopeFlattenProofV0
Source§fn clone(&self) -> ScopeFlattenProofV0
fn clone(&self) -> ScopeFlattenProofV0
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 ScopeFlattenProofV0
impl Debug for ScopeFlattenProofV0
impl Eq for ScopeFlattenProofV0
Source§impl PartialEq for ScopeFlattenProofV0
impl PartialEq for ScopeFlattenProofV0
Source§fn eq(&self, other: &ScopeFlattenProofV0) -> bool
fn eq(&self, other: &ScopeFlattenProofV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScopeFlattenProofV0
impl Serialize for ScopeFlattenProofV0
impl StructuralPartialEq for ScopeFlattenProofV0
Auto Trait Implementations§
impl Freeze for ScopeFlattenProofV0
impl RefUnwindSafe for ScopeFlattenProofV0
impl Send for ScopeFlattenProofV0
impl Sync for ScopeFlattenProofV0
impl Unpin for ScopeFlattenProofV0
impl UnsafeUnpin for ScopeFlattenProofV0
impl UnwindSafe for ScopeFlattenProofV0
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