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