pub struct PullRequestOrder;
Trait Implementations§
impl HasInputField<direction, OrderDirection> for PullRequestOrder
impl HasInputField<field, PullRequestOrderField> for PullRequestOrder
impl InputObjectMarker for PullRequestOrder
Auto Trait Implementations§
impl Freeze for PullRequestOrder
impl RefUnwindSafe for PullRequestOrder
impl Send for PullRequestOrder
impl Sync for PullRequestOrder
impl Unpin for PullRequestOrder
impl UnwindSafe for PullRequestOrder
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