pub struct GuideLocation {
pub guide_path: PathBuf,
pub root_path: PathBuf,
}Expand description
Represents a single guide file to be verified
Fields§
§guide_path: PathBufPath to the guide file
root_path: PathBufRoot directory for verification (parent of guide file)
Trait Implementations§
Source§impl Clone for GuideLocation
impl Clone for GuideLocation
Source§fn clone(&self) -> GuideLocation
fn clone(&self) -> GuideLocation
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 GuideLocation
impl RefUnwindSafe for GuideLocation
impl Send for GuideLocation
impl Sync for GuideLocation
impl Unpin for GuideLocation
impl UnwindSafe for GuideLocation
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