pub struct FindingScope {
pub document: RepoPath,
pub source_construct: SourceConstruct,
pub normalized_target_intent: TargetIntent,
pub source_projection_digest: Digest,
}Fields§
§document: RepoPath§source_construct: SourceConstruct§normalized_target_intent: TargetIntent§source_projection_digest: DigestTrait Implementations§
Source§impl Clone for FindingScope
impl Clone for FindingScope
Source§fn clone(&self) -> FindingScope
fn clone(&self) -> FindingScope
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 FindingScope
impl Debug for FindingScope
impl Eq for FindingScope
Source§impl PartialEq for FindingScope
impl PartialEq for FindingScope
impl StructuralPartialEq for FindingScope
Auto Trait Implementations§
impl Freeze for FindingScope
impl RefUnwindSafe for FindingScope
impl Send for FindingScope
impl Sync for FindingScope
impl Unpin for FindingScope
impl UnsafeUnpin for FindingScope
impl UnwindSafe for FindingScope
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