pub struct WorkflowLoadSource {
pub root: PathBuf,
pub kind: WorkflowSourceKind,
pub pack_id: Option<String>,
}Fields§
§root: PathBuf§kind: WorkflowSourceKind§pack_id: Option<String>Trait Implementations§
Source§impl Clone for WorkflowLoadSource
impl Clone for WorkflowLoadSource
Source§fn clone(&self) -> WorkflowLoadSource
fn clone(&self) -> WorkflowLoadSource
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 WorkflowLoadSource
impl RefUnwindSafe for WorkflowLoadSource
impl Send for WorkflowLoadSource
impl Sync for WorkflowLoadSource
impl Unpin for WorkflowLoadSource
impl UnsafeUnpin for WorkflowLoadSource
impl UnwindSafe for WorkflowLoadSource
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