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