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