pub struct IssueTypeRef {
pub name: String,
}Expand description
Issue type reference
Fields§
§name: StringTrait Implementations§
Source§impl Clone for IssueTypeRef
impl Clone for IssueTypeRef
Source§fn clone(&self) -> IssueTypeRef
fn clone(&self) -> IssueTypeRef
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 IssueTypeRef
impl Debug for IssueTypeRef
Source§impl<'de> Deserialize<'de> for IssueTypeRef
impl<'de> Deserialize<'de> for IssueTypeRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IssueTypeRef
impl RefUnwindSafe for IssueTypeRef
impl Send for IssueTypeRef
impl Sync for IssueTypeRef
impl Unpin for IssueTypeRef
impl UnsafeUnpin for IssueTypeRef
impl UnwindSafe for IssueTypeRef
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