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