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