pub struct totalCommentsCount;
Trait Implementations§
Source§impl Field for totalCommentsCount
impl Field for totalCommentsCount
Source§impl HasField<totalCommentsCount> for PullRequest
impl HasField<totalCommentsCount> for PullRequest
Auto Trait Implementations§
impl Freeze for totalCommentsCount
impl RefUnwindSafe for totalCommentsCount
impl Send for totalCommentsCount
impl Sync for totalCommentsCount
impl Unpin for totalCommentsCount
impl UnwindSafe for totalCommentsCount
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