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