pub struct InitiativeHistory;Trait Implementations§
Source§impl HasField<__typename> for InitiativeHistory
impl HasField<__typename> for InitiativeHistory
Source§impl HasField<archivedAt> for InitiativeHistory
impl HasField<archivedAt> for InitiativeHistory
Source§impl HasField<createdAt> for InitiativeHistory
impl HasField<createdAt> for InitiativeHistory
Source§impl HasField<entries> for InitiativeHistory
impl HasField<entries> for InitiativeHistory
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<id> for InitiativeHistory
impl HasField<id> for InitiativeHistory
Source§impl HasField<initiative> for InitiativeHistory
impl HasField<initiative> for InitiativeHistory
Source§type Type = Initiative
type Type = Initiative
The schema marker type of this field.
Source§impl HasField<updatedAt> for InitiativeHistory
impl HasField<updatedAt> for InitiativeHistory
Source§impl NamedType for InitiativeHistory
impl NamedType for InitiativeHistory
impl HasSubtype<InitiativeHistory> for Node
Auto Trait Implementations§
impl Freeze for InitiativeHistory
impl RefUnwindSafe for InitiativeHistory
impl Send for InitiativeHistory
impl Sync for InitiativeHistory
impl Unpin for InitiativeHistory
impl UnwindSafe for InitiativeHistory
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