pub struct ProjectV2SortByConnection;
Trait Implementations§
Source§impl HasField<edges> for ProjectV2SortByConnection
impl HasField<edges> for ProjectV2SortByConnection
Source§impl HasField<nodes> for ProjectV2SortByConnection
impl HasField<nodes> for ProjectV2SortByConnection
Source§impl HasField<pageInfo> for ProjectV2SortByConnection
impl HasField<pageInfo> for ProjectV2SortByConnection
Auto Trait Implementations§
impl Freeze for ProjectV2SortByConnection
impl RefUnwindSafe for ProjectV2SortByConnection
impl Send for ProjectV2SortByConnection
impl Sync for ProjectV2SortByConnection
impl Unpin for ProjectV2SortByConnection
impl UnwindSafe for ProjectV2SortByConnection
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