pub struct Attachment;Trait Implementations§
Source§impl HasField<__typename> for Attachment
impl HasField<__typename> for Attachment
Source§impl HasField<archivedAt> for Attachment
impl HasField<archivedAt> for Attachment
Source§impl HasField<bodyData> for Attachment
impl HasField<bodyData> for Attachment
Source§impl HasField<createdAt> for Attachment
impl HasField<createdAt> for Attachment
Source§impl HasField<creator> for Attachment
impl HasField<creator> for Attachment
Source§impl HasField<externalUserCreator> for Attachment
impl HasField<externalUserCreator> for Attachment
Source§type Type = Option<ExternalUser>
type Type = Option<ExternalUser>
The schema marker type of this field.
Source§impl HasField<groupBySource> for Attachment
impl HasField<groupBySource> for Attachment
Source§impl HasField<issue> for Attachment
impl HasField<issue> for Attachment
Source§impl HasField<metadata> for Attachment
impl HasField<metadata> for Attachment
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<originalIssue> for Attachment
impl HasField<originalIssue> for Attachment
Source§impl HasField<source> for Attachment
impl HasField<source> for Attachment
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<sourceType> for Attachment
impl HasField<sourceType> for Attachment
Source§impl HasField<subtitle> for Attachment
impl HasField<subtitle> for Attachment
Source§impl HasField<title> for Attachment
impl HasField<title> for Attachment
Source§impl HasField<updatedAt> for Attachment
impl HasField<updatedAt> for Attachment
Source§impl HasField<url> for Attachment
impl HasField<url> for Attachment
Source§impl NamedType for Attachment
impl NamedType for Attachment
impl HasSubtype<Attachment> for Node
Auto Trait Implementations§
impl Freeze for Attachment
impl RefUnwindSafe for Attachment
impl Send for Attachment
impl Sync for Attachment
impl Unpin for Attachment
impl UnwindSafe for Attachment
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