pub struct RefCheck {
pub existence_checked: bool,
pub note: String,
}Expand description
Which validation actually ran, so a caller reports the check it performed and not the one it did not (REQ-ADVISORY-002).
Fields§
§existence_checked: boolTrue only when every id was matched against a real listing of the line’s layers.
note: StringOne line for the operator: the check that ran, or the one that did not.
Trait Implementations§
impl Eq for RefCheck
impl StructuralPartialEq for RefCheck
Auto Trait Implementations§
impl Freeze for RefCheck
impl RefUnwindSafe for RefCheck
impl Send for RefCheck
impl Sync for RefCheck
impl Unpin for RefCheck
impl UnsafeUnpin for RefCheck
impl UnwindSafe for RefCheck
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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