pub struct WalkRealmIndex { /* private fields */ }Expand description
A materialized induced graph projection. Keeping its CSR separate prevents urban degree from taxing Finder at every expansion.
Implementations§
Trait Implementations§
Source§impl Clone for WalkRealmIndex
impl Clone for WalkRealmIndex
Source§fn clone(&self) -> WalkRealmIndex
fn clone(&self) -> WalkRealmIndex
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 WalkRealmIndex
impl RefUnwindSafe for WalkRealmIndex
impl Send for WalkRealmIndex
impl Sync for WalkRealmIndex
impl Unpin for WalkRealmIndex
impl UnsafeUnpin for WalkRealmIndex
impl UnwindSafe for WalkRealmIndex
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