pub struct CommonWorkflowLanguage;
Implementations§
Auto Trait Implementations§
impl Freeze for CommonWorkflowLanguage
impl RefUnwindSafe for CommonWorkflowLanguage
impl Send for CommonWorkflowLanguage
impl Sync for CommonWorkflowLanguage
impl Unpin for CommonWorkflowLanguage
impl UnwindSafe for CommonWorkflowLanguage
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