pub struct IssueKey {
pub key: String,
}
Expand description
Simple issue key reference for creating links
Fields§
§key: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IssueKey
impl RefUnwindSafe for IssueKey
impl Send for IssueKey
impl Sync for IssueKey
impl Unpin for IssueKey
impl UnwindSafe for IssueKey
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