Struct closures::RecClosure [] [src]

pub struct RecClosure<S, R> { /* fields omitted */ }

Methods

impl<S, R> RecClosure<S, R>
[src]

Trait Implementations

impl<S, R> FnOnce<()> for RecClosure<S, R>
[src]

The returned type after the call operator is used.

🔬 This is a nightly-only experimental API. (fn_traits)

This is called when the call operator is used.

impl<S, R> FnMut<()> for RecClosure<S, R>
[src]

🔬 This is a nightly-only experimental API. (fn_traits)

This is called when the call operator is used.

impl<S, R> Fn<()> for RecClosure<S, R>
[src]

🔬 This is a nightly-only experimental API. (fn_traits)

This is called when the call operator is used.

impl<S, R> PartialEq for RecClosure<S, R> where
    S: PartialEq
[src]

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

This method tests for !=.

impl<S, R> Eq for RecClosure<S, R> where
    S: Eq
[src]

impl<S, R> Copy for RecClosure<S, R> where
    S: Copy
[src]

impl<S, R> Clone for RecClosure<S, R> where
    S: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more