pub struct assignable;
Trait Implementations§
Source§impl Field for assignable
impl Field for assignable
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 assignable
impl RefUnwindSafe for assignable
impl Send for assignable
impl Sync for assignable
impl Unpin for assignable
impl UnwindSafe for assignable
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