pub struct IssueKeyRef {
pub key: String,
}Expand description
Issue key reference for linking.
Fields§
§key: StringIssue key (e.g., “PROJ-123”)
Trait Implementations§
Source§impl Clone for IssueKeyRef
impl Clone for IssueKeyRef
Source§fn clone(&self) -> IssueKeyRef
fn clone(&self) -> IssueKeyRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IssueKeyRef
impl Debug for IssueKeyRef
Auto Trait Implementations§
impl Freeze for IssueKeyRef
impl RefUnwindSafe for IssueKeyRef
impl Send for IssueKeyRef
impl Sync for IssueKeyRef
impl Unpin for IssueKeyRef
impl UnsafeUnpin for IssueKeyRef
impl UnwindSafe for IssueKeyRef
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