pub struct AddAssigneesToAssignablePayload;
Trait Implementations§
Source§impl HasField<assignable> for AddAssigneesToAssignablePayload
impl HasField<assignable> for AddAssigneesToAssignablePayload
Source§type Type = Option<Assignable>
type Type = Option<Assignable>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for AddAssigneesToAssignablePayload
impl RefUnwindSafe for AddAssigneesToAssignablePayload
impl Send for AddAssigneesToAssignablePayload
impl Sync for AddAssigneesToAssignablePayload
impl Unpin for AddAssigneesToAssignablePayload
impl UnwindSafe for AddAssigneesToAssignablePayload
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