Struct glycos::core::graphwalker::GraphWalker [−][src]
pub struct GraphWalker<'p, K> {
profile_key: &'p PrivateKey,
cache: &'p PersistentGraph,
root: K,
}Fields
profile_key: &'p PrivateKeycache: &'p PersistentGraphroot: KImplementations
pub fn new(
profile_key: &'p PrivateKey,
cache: &'p PersistentGraph,
root: K
) -> GraphWalker<'p, K>
Trait Implementations
Auto Trait Implementations
impl<'p, K> !RefUnwindSafe for GraphWalker<'p, K>
impl<'p, K> Send for GraphWalker<'p, K> where
K: Send,
impl<'p, K> Sync for GraphWalker<'p, K> where
K: Sync,
impl<'p, K> Unpin for GraphWalker<'p, K> where
K: Unpin,
impl<'p, K> !UnwindSafe for GraphWalker<'p, K>
Blanket Implementations
Mutably borrows from an owned value. Read more
