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