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