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