pub struct CodeRepositoryCrossEdge {Show 16 fields
pub edge_id: String,
pub set_id: String,
pub from_source_scope: String,
pub from_repository_id: String,
pub from_record_kind: String,
pub from_record_id: String,
pub to_source_scope: Option<String>,
pub to_repository_id: Option<String>,
pub to_record_kind: String,
pub to_record_id: Option<String>,
pub edge_kind: String,
pub resolution_state: String,
pub confidence_basis_points: u16,
pub confidence_tier: String,
pub evidence_json: String,
pub created_at_ms: u64,
}Expand description
Cross-repository overlay edge derived after member snapshots are indexed.
Fields§
§edge_id: String§set_id: String§from_source_scope: String§from_repository_id: String§from_record_kind: String§from_record_id: String§to_source_scope: Option<String>§to_repository_id: Option<String>§to_record_kind: String§to_record_id: Option<String>§edge_kind: String§resolution_state: String§confidence_basis_points: u16§confidence_tier: String§evidence_json: String§created_at_ms: u64Trait Implementations§
Source§impl Clone for CodeRepositoryCrossEdge
impl Clone for CodeRepositoryCrossEdge
Source§fn clone(&self) -> CodeRepositoryCrossEdge
fn clone(&self) -> CodeRepositoryCrossEdge
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 CodeRepositoryCrossEdge
impl Debug for CodeRepositoryCrossEdge
Source§impl<'de> Deserialize<'de> for CodeRepositoryCrossEdge
impl<'de> Deserialize<'de> for CodeRepositoryCrossEdge
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
impl Eq for CodeRepositoryCrossEdge
Source§impl PartialEq for CodeRepositoryCrossEdge
impl PartialEq for CodeRepositoryCrossEdge
Source§impl Serialize for CodeRepositoryCrossEdge
impl Serialize for CodeRepositoryCrossEdge
impl StructuralPartialEq for CodeRepositoryCrossEdge
Auto Trait Implementations§
impl Freeze for CodeRepositoryCrossEdge
impl RefUnwindSafe for CodeRepositoryCrossEdge
impl Send for CodeRepositoryCrossEdge
impl Sync for CodeRepositoryCrossEdge
impl Unpin for CodeRepositoryCrossEdge
impl UnsafeUnpin for CodeRepositoryCrossEdge
impl UnwindSafe for CodeRepositoryCrossEdge
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.