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