pub struct InitiativeHistoryEdge;Trait Implementations§
Source§impl HasField<__typename> for InitiativeHistoryEdge
impl HasField<__typename> for InitiativeHistoryEdge
Source§impl HasField<cursor> for InitiativeHistoryEdge
impl HasField<cursor> for InitiativeHistoryEdge
Source§impl HasField<node> for InitiativeHistoryEdge
impl HasField<node> for InitiativeHistoryEdge
Source§type Type = InitiativeHistory
type Type = InitiativeHistory
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for InitiativeHistoryEdge
impl RefUnwindSafe for InitiativeHistoryEdge
impl Send for InitiativeHistoryEdge
impl Sync for InitiativeHistoryEdge
impl Unpin for InitiativeHistoryEdge
impl UnwindSafe for InitiativeHistoryEdge
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