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