pub struct MatrixEntry {
pub kind: SchemaKind,
pub writer_version: String,
pub expected_compatible: bool,
}Expand description
Entry in the compatibility matrix, pairing a schema kind with a writer version and expected outcome.
Fields§
§kind: SchemaKind§writer_version: String§expected_compatible: boolTrait Implementations§
Source§impl Clone for MatrixEntry
impl Clone for MatrixEntry
Source§fn clone(&self) -> MatrixEntry
fn clone(&self) -> MatrixEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MatrixEntry
impl RefUnwindSafe for MatrixEntry
impl Send for MatrixEntry
impl Sync for MatrixEntry
impl Unpin for MatrixEntry
impl UnsafeUnpin for MatrixEntry
impl UnwindSafe for MatrixEntry
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