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