pub struct TraversalCacheWorkspace { /* private fields */ }Expand description
Reusable allocation storage for cache-backed BFS and DFS.
Implementations§
Trait Implementations§
Source§impl Clone for TraversalCacheWorkspace
impl Clone for TraversalCacheWorkspace
Source§fn clone(&self) -> TraversalCacheWorkspace
fn clone(&self) -> TraversalCacheWorkspace
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 TraversalCacheWorkspace
impl Debug for TraversalCacheWorkspace
Auto Trait Implementations§
impl Freeze for TraversalCacheWorkspace
impl RefUnwindSafe for TraversalCacheWorkspace
impl Send for TraversalCacheWorkspace
impl Sync for TraversalCacheWorkspace
impl Unpin for TraversalCacheWorkspace
impl UnsafeUnpin for TraversalCacheWorkspace
impl UnwindSafe for TraversalCacheWorkspace
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