pub struct RuntimeCrossCheckRow {
pub row_index: usize,
pub runtime_bitmask: RuleMask,
pub native_bitmask: RuleMask,
pub expected_allowed: bool,
pub features: BTreeMap<String, Value>,
}Fields§
§row_index: usize§runtime_bitmask: RuleMask§native_bitmask: RuleMask§expected_allowed: bool§features: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for RuntimeCrossCheckRow
impl Clone for RuntimeCrossCheckRow
Source§fn clone(&self) -> RuntimeCrossCheckRow
fn clone(&self) -> RuntimeCrossCheckRow
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 moreSource§impl Debug for RuntimeCrossCheckRow
impl Debug for RuntimeCrossCheckRow
Auto Trait Implementations§
impl Freeze for RuntimeCrossCheckRow
impl RefUnwindSafe for RuntimeCrossCheckRow
impl Send for RuntimeCrossCheckRow
impl Sync for RuntimeCrossCheckRow
impl Unpin for RuntimeCrossCheckRow
impl UnsafeUnpin for RuntimeCrossCheckRow
impl UnwindSafe for RuntimeCrossCheckRow
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