pub struct AttachmentCreateInput;Trait Implementations§
impl HasInputField<commentBody, Option<String>> for AttachmentCreateInput
impl HasInputField<commentBodyData, Option<JSONObject>> for AttachmentCreateInput
impl HasInputField<createAsUser, Option<String>> for AttachmentCreateInput
impl HasInputField<groupBySource, Option<bool>> for AttachmentCreateInput
impl HasInputField<iconUrl, Option<String>> for AttachmentCreateInput
impl HasInputField<id, Option<String>> for AttachmentCreateInput
impl HasInputField<issueId, String> for AttachmentCreateInput
impl HasInputField<metadata, Option<JSONObject>> for AttachmentCreateInput
impl HasInputField<subtitle, Option<String>> for AttachmentCreateInput
impl HasInputField<title, String> for AttachmentCreateInput
impl HasInputField<url, String> for AttachmentCreateInput
impl InputObjectMarker for AttachmentCreateInput
Auto Trait Implementations§
impl Freeze for AttachmentCreateInput
impl RefUnwindSafe for AttachmentCreateInput
impl Send for AttachmentCreateInput
impl Sync for AttachmentCreateInput
impl Unpin for AttachmentCreateInput
impl UnwindSafe for AttachmentCreateInput
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