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