pub struct FsWriteRunner;Trait Implementations§
Source§impl StepRunner for FsWriteRunner
impl StepRunner for FsWriteRunner
fn kind(&self) -> &'static str
fn required_capabilities(&self) -> Vec<RunnerCapability>
fn run(&self, _ctx: StepContext) -> Result<StepOutput>
Auto Trait Implementations§
impl Freeze for FsWriteRunner
impl RefUnwindSafe for FsWriteRunner
impl Send for FsWriteRunner
impl Sync for FsWriteRunner
impl Unpin for FsWriteRunner
impl UnsafeUnpin for FsWriteRunner
impl UnwindSafe for FsWriteRunner
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