pub struct CheckWorkflowOptions {
pub repo_root: Utf8PathBuf,
pub workspace: Utf8PathBuf,
pub workflows: Vec<Utf8PathBuf>,
pub runner_os: RunnerOs,
}Fields§
§repo_root: Utf8PathBuf§workspace: Utf8PathBuf§workflows: Vec<Utf8PathBuf>§runner_os: RunnerOsTrait Implementations§
Source§impl Clone for CheckWorkflowOptions
impl Clone for CheckWorkflowOptions
Source§fn clone(&self) -> CheckWorkflowOptions
fn clone(&self) -> CheckWorkflowOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 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