[][src]Struct arena_graph::raw::NodeGuard

pub struct NodeGuard<'gg, N> { /* fields omitted */ }

Implementations

impl<'gg, N> NodeGuard<'gg, N>[src]

pub unsafe fn make_ptr(&self) -> NodePtr<N>[src]

pub unsafe fn lookup_ptr(&self, NodePtr: NodePtr<N>) -> NodeGuard<'gg, N>[src]

pub fn node(&self) -> &'gg N[src]

Trait Implementations

impl<N, '_> Clone for NodeGuard<'_, N>[src]

impl<N, '_> Copy for NodeGuard<'_, N>[src]

impl<N, '_> Debug for NodeGuard<'_, N>[src]

impl<'gg, N> Deref for NodeGuard<'gg, N>[src]

type Target = N

The resulting type after dereferencing.

impl<N, '_> PartialEq<NodeGuard<'_, N>> for NodeGuard<'_, N>[src]

Auto Trait Implementations

impl<'gg, N> RefUnwindSafe for NodeGuard<'gg, N> where
    N: RefUnwindSafe

impl<'gg, N> Send for NodeGuard<'gg, N> where
    N: Sync

impl<'gg, N> Sync for NodeGuard<'gg, N> where
    N: Sync

impl<'gg, N> Unpin for NodeGuard<'gg, N>

impl<'gg, N> !UnwindSafe for NodeGuard<'gg, N>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.