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