pub struct MarkerCheck {
pub path: PathBuf,
pub marker: String,
}Expand description
A marker that should exist in a file — used for pre-validation.
Fields§
§path: PathBuf§marker: StringAuto Trait Implementations§
impl Freeze for MarkerCheck
impl RefUnwindSafe for MarkerCheck
impl Send for MarkerCheck
impl Sync for MarkerCheck
impl Unpin for MarkerCheck
impl UnsafeUnpin for MarkerCheck
impl UnwindSafe for MarkerCheck
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