pub struct Cursor<'this, 'id, T: 'this> { /* private fields */ }Expand description
A wrapper over a GraphPtr which provides simplified access to Anchor API.
Implementations§
Source§impl<'this, 'id, N: 'this, NodeType> Cursor<'this, 'id, NodeType>where
NodeType: GraphNode<Node = N> + 'this,
impl<'this, 'id, N: 'this, NodeType> Cursor<'this, 'id, NodeType>where
NodeType: GraphNode<Node = N> + 'this,
Source§impl<'this, 'id, N: 'this, E: 'this> Cursor<'this, 'id, OptionNode<N, E>>
impl<'this, 'id, N: 'this, E: 'this> Cursor<'this, 'id, OptionNode<N, E>>
Source§impl<'this, 'id, K, N: 'this, E: 'this> Cursor<'this, 'id, TreeNode<K, N, E>>where
K: Ord + 'this,
impl<'this, 'id, K, N: 'this, E: 'this> Cursor<'this, 'id, TreeNode<K, N, E>>where
K: Ord + 'this,
Source§impl<'this, 'id, K, N: 'this, E: 'this> Cursor<'this, 'id, TreeNode<K, N, E>>where
K: Ord + 'this,
impl<'this, 'id, K, N: 'this, E: 'this> Cursor<'this, 'id, TreeNode<K, N, E>>where
K: Ord + 'this,
Trait Implementations§
Source§impl<'this, 'id, N: 'this, E: 'this> Deref for Cursor<'this, 'id, OptionNode<N, E>>
impl<'this, 'id, N: 'this, E: 'this> Deref for Cursor<'this, 'id, OptionNode<N, E>>
Auto Trait Implementations§
impl<'this, 'id, T> Freeze for Cursor<'this, 'id, T>
impl<'this, 'id, T> RefUnwindSafe for Cursor<'this, 'id, T>where
T: RefUnwindSafe,
impl<'this, 'id, T> !Send for Cursor<'this, 'id, T>
impl<'this, 'id, T> !Sync for Cursor<'this, 'id, T>
impl<'this, 'id, T> Unpin for Cursor<'this, 'id, T>
impl<'this, 'id, T> UnwindSafe for Cursor<'this, 'id, T>where
T: RefUnwindSafe,
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