pub struct triageResponsibilityCreate;Trait Implementations§
Source§impl Field for triageResponsibilityCreate
impl Field for triageResponsibilityCreate
Source§impl HasArgument<input> for triageResponsibilityCreate
impl HasArgument<input> for triageResponsibilityCreate
Source§type ArgumentType = TriageResponsibilityCreateInput
type ArgumentType = TriageResponsibilityCreateInput
The schema marker type of this argument.
Source§impl HasField<triageResponsibilityCreate> for Mutation
impl HasField<triageResponsibilityCreate> for Mutation
Source§type Type = TriageResponsibilityPayload
type Type = TriageResponsibilityPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for triageResponsibilityCreate
impl RefUnwindSafe for triageResponsibilityCreate
impl Send for triageResponsibilityCreate
impl Sync for triageResponsibilityCreate
impl Unpin for triageResponsibilityCreate
impl UnwindSafe for triageResponsibilityCreate
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