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