pub struct assignmentIndex;Trait Implementations§
Source§impl Field for assignmentIndex
impl Field for assignmentIndex
impl HasInputField<assignmentIndex, Option<i32>> for TriageResponsibilityManualSelectionInput
Auto Trait Implementations§
impl Freeze for assignmentIndex
impl RefUnwindSafe for assignmentIndex
impl Send for assignmentIndex
impl Sync for assignmentIndex
impl Unpin for assignmentIndex
impl UnwindSafe for assignmentIndex
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