pub struct LocalImpactRequest {
pub request: ProviderRequest,
pub symbol: String,
pub max_depth: usize,
}Expand description
Request for bounded local impact.
Fields§
§request: ProviderRequestShared repository scope and controls.
symbol: StringExact or qualified symbol anchor.
max_depth: usizeMaximum local dependency depth.
Trait Implementations§
Source§impl Clone for LocalImpactRequest
impl Clone for LocalImpactRequest
Source§fn clone(&self) -> LocalImpactRequest
fn clone(&self) -> LocalImpactRequest
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 moreAuto Trait Implementations§
impl Freeze for LocalImpactRequest
impl RefUnwindSafe for LocalImpactRequest
impl Send for LocalImpactRequest
impl Sync for LocalImpactRequest
impl Unpin for LocalImpactRequest
impl UnsafeUnpin for LocalImpactRequest
impl UnwindSafe for LocalImpactRequest
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