pub struct SchemaVerification {
pub checks: Vec<Id>,
pub witnesses: Vec<Id>,
}Expand description
Verification references for a schema morphism.
Fields§
§checks: Vec<Id>Derivation checks.
witnesses: Vec<Id>Witness checks.
Trait Implementations§
Source§impl Clone for SchemaVerification
impl Clone for SchemaVerification
Source§fn clone(&self) -> SchemaVerification
fn clone(&self) -> SchemaVerification
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 SchemaVerification
impl Debug for SchemaVerification
Source§impl Default for SchemaVerification
impl Default for SchemaVerification
Source§fn default() -> SchemaVerification
fn default() -> SchemaVerification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SchemaVerification
impl<'de> Deserialize<'de> for SchemaVerification
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 SchemaVerification
impl PartialEq for SchemaVerification
Source§fn eq(&self, other: &SchemaVerification) -> bool
fn eq(&self, other: &SchemaVerification) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SchemaVerification
impl Serialize for SchemaVerification
impl Eq for SchemaVerification
impl StructuralPartialEq for SchemaVerification
Auto Trait Implementations§
impl Freeze for SchemaVerification
impl RefUnwindSafe for SchemaVerification
impl Send for SchemaVerification
impl Sync for SchemaVerification
impl Unpin for SchemaVerification
impl UnsafeUnpin for SchemaVerification
impl UnwindSafe for SchemaVerification
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