Struct tree_cursor::cursor::TreeCursor [] [src]

pub struct TreeCursor<'n, N: 'n> { /* fields omitted */ }

Methods

impl<'n, N: 'n + Down> TreeCursor<'n, N>
[src]

[src]

[src]

[src]

Trait Implementations

impl<'n, N: Clone + 'n> Clone for TreeCursor<'n, N>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'n, N: Debug + 'n> Debug for TreeCursor<'n, N>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'n, N: Eq + 'n> Eq for TreeCursor<'n, N>
[src]

impl<'n, N: Hash + 'n> Hash for TreeCursor<'n, N>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<'n, N: PartialEq + 'n> PartialEq for TreeCursor<'n, N>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'n, N: 'n + Down> OpaqueVerticalCursor for TreeCursor<'n, N>
[src]

[src]

[src]

[src]

impl<'n, N: 'n + Down> VerticalCursor for TreeCursor<'n, N>
[src]

[src]

[src]

Auto Trait Implementations

impl<'n, N> !Send for TreeCursor<'n, N>

impl<'n, N> !Sync for TreeCursor<'n, N>