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