Struct noders::node::Scope[][src]

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

Trait Implementations

impl<A> Deref for Scope<A>
[src]

The resulting type after dereferencing.

Important traits for &'a mut R

Dereferences the value.

impl<A> DerefMut for Scope<A>
[src]

Important traits for &'a mut R

Mutably dereferences the value.

impl<A> Loop<Scope<A>> for Scope<A>
[src]

Auto Trait Implementations

impl<A> !Send for Scope<A>

impl<A> !Sync for Scope<A>