pub struct RealTaskStrings;
Trait Implementations§
Source§impl Debug for RealTaskStrings
impl Debug for RealTaskStrings
Source§impl StringMaker<RealTaskKey> for RealTaskStrings
impl StringMaker<RealTaskKey> for RealTaskStrings
fn make_string( &self, task: &RealTaskKey, wf: &WorkflowStrings, buf: &mut String, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for RealTaskStrings
impl RefUnwindSafe for RealTaskStrings
impl Send for RealTaskStrings
impl Sync for RealTaskStrings
impl Unpin for RealTaskStrings
impl UnwindSafe for RealTaskStrings
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