pub struct SchemaAttestation {
pub logical_schema: RelationId,
pub physical_schema: RelationId,
pub revision: RelationId,
}Expand description
Signed or otherwise provider-authenticated evidence of observed state.
Fields§
§logical_schema: RelationIdAdmitted logical schema.
physical_schema: RelationIdNormalized live physical-object identity.
revision: RelationIdRevision actually applied.
Trait Implementations§
Source§impl Clone for SchemaAttestation
impl Clone for SchemaAttestation
Source§fn clone(&self) -> SchemaAttestation
fn clone(&self) -> SchemaAttestation
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 SchemaAttestation
impl Debug for SchemaAttestation
impl Eq for SchemaAttestation
Source§impl PartialEq for SchemaAttestation
impl PartialEq for SchemaAttestation
impl StructuralPartialEq for SchemaAttestation
Auto Trait Implementations§
impl Freeze for SchemaAttestation
impl RefUnwindSafe for SchemaAttestation
impl Send for SchemaAttestation
impl Sync for SchemaAttestation
impl Unpin for SchemaAttestation
impl UnsafeUnpin for SchemaAttestation
impl UnwindSafe for SchemaAttestation
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