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