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