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