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