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