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