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