pub struct ProjectV2ViewEdge;
Trait Implementations§
Source§impl HasField<__typename> for ProjectV2ViewEdge
impl HasField<__typename> for ProjectV2ViewEdge
Source§impl HasField<cursor> for ProjectV2ViewEdge
impl HasField<cursor> for ProjectV2ViewEdge
Source§impl HasField<node> for ProjectV2ViewEdge
impl HasField<node> for ProjectV2ViewEdge
Source§type Type = Option<ProjectV2View>
type Type = Option<ProjectV2View>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ProjectV2ViewEdge
impl RefUnwindSafe for ProjectV2ViewEdge
impl Send for ProjectV2ViewEdge
impl Sync for ProjectV2ViewEdge
impl Unpin for ProjectV2ViewEdge
impl UnwindSafe for ProjectV2ViewEdge
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