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