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