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