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