pub struct BaselineCheckItem {
pub scope: Scope,
pub context: Context,
pub label: String,
pub path: PathBuf,
pub required: bool,
pub status: DocumentStatus,
pub source: DocumentSource,
pub why: String,
}Fields§
§scope: Scope§context: Context§label: String§path: PathBuf§required: bool§status: DocumentStatus§source: DocumentSource§why: StringTrait Implementations§
Source§impl Clone for BaselineCheckItem
impl Clone for BaselineCheckItem
Source§fn clone(&self) -> BaselineCheckItem
fn clone(&self) -> BaselineCheckItem
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 BaselineCheckItem
impl Debug for BaselineCheckItem
Auto Trait Implementations§
impl Freeze for BaselineCheckItem
impl RefUnwindSafe for BaselineCheckItem
impl Send for BaselineCheckItem
impl Sync for BaselineCheckItem
impl Unpin for BaselineCheckItem
impl UnsafeUnpin for BaselineCheckItem
impl UnwindSafe for BaselineCheckItem
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