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