pub struct manualSelection;Trait Implementations§
Source§impl Field for manualSelection
impl Field for manualSelection
Source§impl HasField<manualSelection> for TriageResponsibility
impl HasField<manualSelection> for TriageResponsibility
Source§type Type = Option<TriageResponsibilityManualSelection>
type Type = Option<TriageResponsibilityManualSelection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for manualSelection
impl RefUnwindSafe for manualSelection
impl Send for manualSelection
impl Sync for manualSelection
impl Unpin for manualSelection
impl UnwindSafe for manualSelection
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