pub struct CheckWorkflowOptions {
pub repo_root: Utf8PathBuf,
pub workflows: Vec<Utf8PathBuf>,
}Fields§
§repo_root: Utf8PathBuf§workflows: Vec<Utf8PathBuf>Trait Implementations§
Source§impl Clone for CheckWorkflowOptions
impl Clone for CheckWorkflowOptions
Auto Trait Implementations§
impl Freeze for CheckWorkflowOptions
impl RefUnwindSafe for CheckWorkflowOptions
impl Send for CheckWorkflowOptions
impl Sync for CheckWorkflowOptions
impl Unpin for CheckWorkflowOptions
impl UnsafeUnpin for CheckWorkflowOptions
impl UnwindSafe for CheckWorkflowOptions
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