pub struct Draft;Trait Implementations§
Source§impl HasField<__typename> for Draft
impl HasField<__typename> for Draft
Source§impl HasField<archivedAt> for Draft
impl HasField<archivedAt> for Draft
Source§impl HasField<customerNeed> for Draft
impl HasField<customerNeed> for Draft
Source§type Type = Option<CustomerNeed>
type Type = Option<CustomerNeed>
The schema marker type of this field.
Source§impl HasField<data> for Draft
impl HasField<data> for Draft
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<initiative> for Draft
impl HasField<initiative> for Draft
Source§type Type = Option<Initiative>
type Type = Option<Initiative>
The schema marker type of this field.
Source§impl HasField<initiativeUpdate> for Draft
impl HasField<initiativeUpdate> for Draft
Source§type Type = Option<InitiativeUpdate>
type Type = Option<InitiativeUpdate>
The schema marker type of this field.
Source§impl HasField<isAutogenerated> for Draft
impl HasField<isAutogenerated> for Draft
Source§impl HasField<parentComment> for Draft
impl HasField<parentComment> for Draft
Source§impl HasField<projectUpdate> for Draft
impl HasField<projectUpdate> for Draft
Source§type Type = Option<ProjectUpdate>
type Type = Option<ProjectUpdate>
The schema marker type of this field.
Source§impl HasField<wasLocalDraft> for Draft
impl HasField<wasLocalDraft> for Draft
impl HasSubtype<Draft> for Node
Auto Trait Implementations§
impl Freeze for Draft
impl RefUnwindSafe for Draft
impl Send for Draft
impl Sync for Draft
impl Unpin for Draft
impl UnwindSafe for Draft
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