pub struct ProjectV2Recent;
Trait Implementations§
Source§impl HasField<__typename> for ProjectV2Recent
impl HasField<__typename> for ProjectV2Recent
Source§impl HasField<recentProjects> for ProjectV2Recent
impl HasField<recentProjects> for ProjectV2Recent
Source§type Type = ProjectV2Connection
type Type = ProjectV2Connection
The schema marker type of this field.
Source§impl NamedType for ProjectV2Recent
impl NamedType for ProjectV2Recent
impl HasSubtype<Organization> for ProjectV2Recent
impl HasSubtype<ProjectV2Recent> for ProjectV2Recent
impl HasSubtype<Repository> for ProjectV2Recent
impl HasSubtype<User> for ProjectV2Recent
Auto Trait Implementations§
impl Freeze for ProjectV2Recent
impl RefUnwindSafe for ProjectV2Recent
impl Send for ProjectV2Recent
impl Sync for ProjectV2Recent
impl Unpin for ProjectV2Recent
impl UnwindSafe for ProjectV2Recent
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