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