pub struct EnrichedRelation {
pub relation_id: String,
pub relation_type: String,
pub issue_identifier: String,
pub issue_title: String,
pub issue_state: String,
pub issue_url: String,
}Fields§
§relation_id: String§relation_type: String§issue_identifier: String§issue_title: String§issue_state: String§issue_url: StringTrait Implementations§
Source§impl Clone for EnrichedRelation
impl Clone for EnrichedRelation
Source§fn clone(&self) -> EnrichedRelation
fn clone(&self) -> EnrichedRelation
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 EnrichedRelation
impl Debug for EnrichedRelation
Source§impl<'de> Deserialize<'de> for EnrichedRelation
impl<'de> Deserialize<'de> for EnrichedRelation
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
Source§impl From<EnrichedRelation> for RtRelation
impl From<EnrichedRelation> for RtRelation
Source§fn from(rel: EnrichedRelation) -> Self
fn from(rel: EnrichedRelation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EnrichedRelation
impl RefUnwindSafe for EnrichedRelation
impl Send for EnrichedRelation
impl Sync for EnrichedRelation
impl Unpin for EnrichedRelation
impl UnsafeUnpin for EnrichedRelation
impl UnwindSafe for EnrichedRelation
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