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