Struct closures::RecClosureMut [] [src]

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

Methods

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

Trait Implementations

impl<S, R> FnOnce<()> for RecClosureMut<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 RecClosureMut<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 RecClosureMut<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 RecClosureMut<S, R> where
    S: Eq
[src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more