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