pub struct LocalNeighborsRequest {
pub request: ProviderRequest,
pub symbol: String,
pub direction: LocalNeighborDirection,
}Expand description
Request for bounded local callers or callees.
Fields§
§request: ProviderRequestShared repository scope and controls.
symbol: StringExact or qualified symbol anchor.
direction: LocalNeighborDirectionRequested traversal direction.
Trait Implementations§
Source§impl Clone for LocalNeighborsRequest
impl Clone for LocalNeighborsRequest
Source§fn clone(&self) -> LocalNeighborsRequest
fn clone(&self) -> LocalNeighborsRequest
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 LocalNeighborsRequest
impl RefUnwindSafe for LocalNeighborsRequest
impl Send for LocalNeighborsRequest
impl Sync for LocalNeighborsRequest
impl Unpin for LocalNeighborsRequest
impl UnsafeUnpin for LocalNeighborsRequest
impl UnwindSafe for LocalNeighborsRequest
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