Struct noders::node::SubScope[][src]

pub struct SubScope<P, A> where
    P: Loop<P>,
    A: 'static,
    P: 'static, 
{ /* fields omitted */ }

Methods

impl<P, A> SubScope<P, A> where
    P: Loop<P>, 
[src]

Trait Implementations

impl<P, A> Deref for SubScope<P, A> where
    P: Loop<P>, 
[src]

The resulting type after dereferencing.

Important traits for &'a mut R

Dereferences the value.

impl<P, A> DerefMut for SubScope<P, A> where
    P: Loop<P>, 
[src]

Important traits for &'a mut R

Mutably dereferences the value.

impl<P, A> Loop<SubScope<P, A>> for SubScope<P, A> where
    P: Loop<P>, 
[src]

Auto Trait Implementations

impl<P, A> !Send for SubScope<P, A>

impl<P, A> !Sync for SubScope<P, A>