pub struct ListedIssue {
pub id: String,
pub summary: String,
}Fields§
§id: String§summary: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ListedIssue
impl RefUnwindSafe for ListedIssue
impl Send for ListedIssue
impl Sync for ListedIssue
impl Unpin for ListedIssue
impl UnwindSafe for ListedIssue
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