pub struct triageResponsibility;Trait Implementations§
Source§impl Field for triageResponsibility
impl Field for triageResponsibility
Source§impl HasArgument<id> for triageResponsibility
impl HasArgument<id> for triageResponsibility
Source§impl HasField<triageResponsibility> for Query
impl HasField<triageResponsibility> for Query
Source§type Type = TriageResponsibility
type Type = 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