pub struct IssueTypeRef {
pub name: String,
}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 · 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 Default for IssueTypeRef
impl Default for IssueTypeRef
Source§fn default() -> IssueTypeRef
fn default() -> IssueTypeRef
Returns the “default value” for a type. 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 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