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