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