pub struct IssueLinkTypeName {
pub name: String,
}Expand description
Issue link type name reference.
Fields§
§name: StringLink type name (e.g., “Blocks”, “Relates”)
Trait Implementations§
Source§impl Clone for IssueLinkTypeName
impl Clone for IssueLinkTypeName
Source§fn clone(&self) -> IssueLinkTypeName
fn clone(&self) -> IssueLinkTypeName
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 IssueLinkTypeName
impl Debug for IssueLinkTypeName
Auto Trait Implementations§
impl Freeze for IssueLinkTypeName
impl RefUnwindSafe for IssueLinkTypeName
impl Send for IssueLinkTypeName
impl Sync for IssueLinkTypeName
impl Unpin for IssueLinkTypeName
impl UnsafeUnpin for IssueLinkTypeName
impl UnwindSafe for IssueLinkTypeName
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