pub struct CodeRepositorySetEdgeSelector {
pub origin_files: Vec<(String, String)>,
pub target_records: Vec<(String, String, String)>,
}Expand description
Bounded repository-set overlay keys needed to decorate retrieval candidates.
Fields§
§origin_files: Vec<(String, String)>§target_records: Vec<(String, String, String)>Trait Implementations§
Source§impl Clone for CodeRepositorySetEdgeSelector
impl Clone for CodeRepositorySetEdgeSelector
Source§fn clone(&self) -> CodeRepositorySetEdgeSelector
fn clone(&self) -> CodeRepositorySetEdgeSelector
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 Default for CodeRepositorySetEdgeSelector
impl Default for CodeRepositorySetEdgeSelector
Source§fn default() -> CodeRepositorySetEdgeSelector
fn default() -> CodeRepositorySetEdgeSelector
Returns the “default value” for a type. Read more
impl Eq for CodeRepositorySetEdgeSelector
impl StructuralPartialEq for CodeRepositorySetEdgeSelector
Auto Trait Implementations§
impl Freeze for CodeRepositorySetEdgeSelector
impl RefUnwindSafe for CodeRepositorySetEdgeSelector
impl Send for CodeRepositorySetEdgeSelector
impl Sync for CodeRepositorySetEdgeSelector
impl Unpin for CodeRepositorySetEdgeSelector
impl UnsafeUnpin for CodeRepositorySetEdgeSelector
impl UnwindSafe for CodeRepositorySetEdgeSelector
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,
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.