pub struct direction;
Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for direction
impl RefUnwindSafe for direction
impl Send for direction
impl Sync for direction
impl Unpin for direction
impl UnwindSafe for direction
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