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