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