pub struct AddAssigneesToAssignableInput;
Trait Implementations§
impl HasInputField<assignableId, Id> for AddAssigneesToAssignableInput
impl HasInputField<assigneeIds, Vec<Id>> for AddAssigneesToAssignableInput
impl HasInputField<clientMutationId, Option<String>> for AddAssigneesToAssignableInput
impl InputObjectMarker for AddAssigneesToAssignableInput
Auto Trait Implementations§
impl Freeze for AddAssigneesToAssignableInput
impl RefUnwindSafe for AddAssigneesToAssignableInput
impl Send for AddAssigneesToAssignableInput
impl Sync for AddAssigneesToAssignableInput
impl Unpin for AddAssigneesToAssignableInput
impl UnwindSafe for AddAssigneesToAssignableInput
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