pub struct CheckWorkflowOptions {
pub common: CommonOptions,
pub repo_root: Utf8PathBuf,
pub workflows: Vec<Utf8PathBuf>,
pub context: Value,
}Fields§
§common: CommonOptions§repo_root: Utf8PathBuf§workflows: Vec<Utf8PathBuf>§context: ValueTrait 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