[][src]Struct serde_closure::structs::FnMut

pub struct FnMut<F> { /* fields omitted */ }

A struct representing a serializable closure, created by the FnMut macro. Implements std::ops::FnMut, Debug, Serialize and Deserialize, and various convenience traits.

See the readme for examples.

Trait Implementations

impl<F: Clone> Clone for FnMut<F>[src]

impl<F: Copy> Copy for FnMut<F>[src]

impl<F> Debug for FnMut<F> where
    F: Debug
[src]

impl<'de, F> Deserialize<'de> for FnMut<F> where
    F: Deserialize<'de>, 
[src]

impl<F: Eq> Eq for FnMut<F>[src]

impl<F, I> FnMut<I> for FnMut<F> where
    F: FnMut<I>, 
[src]

impl<F, I> FnOnce<I> for FnMut<F> where
    F: FnOnce<I>, 
[src]

type Output = F::Output

The returned type after the call operator is used.

impl<F: Hash> Hash for FnMut<F>[src]

impl<F: Ord> Ord for FnMut<F>[src]

impl<F: PartialEq> PartialEq<FnMut<F>> for FnMut<F>[src]

impl<F: PartialOrd> PartialOrd<FnMut<F>> for FnMut<F>[src]

impl<F> Serialize for FnMut<F> where
    F: Serialize
[src]

impl<F> StructuralEq for FnMut<F>[src]

impl<F> StructuralPartialEq for FnMut<F>[src]

Auto Trait Implementations

impl<F> RefUnwindSafe for FnMut<F> where
    F: RefUnwindSafe

impl<F> Send for FnMut<F> where
    F: Send

impl<F> Sync for FnMut<F> where
    F: Sync

impl<F> Unpin for FnMut<F> where
    F: Unpin

impl<F> UnwindSafe for FnMut<F> where
    F: UnwindSafe

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T, O> FnMut<()> for T where
    T: FnMut() -> O, 
[src]

impl<T, A, B, C, D, E, F, G, H, I, J, K, L, O> FnMut<(A, B, C, D, E, F, G, H, I, J, K, L)> for T where
    T: FnMut(A, B, C, D, E, F, G, H, I, J, K, L) -> O, 
[src]

impl<T, B, C, D, E, F, G, H, I, J, K, L, O> FnMut<(B, C, D, E, F, G, H, I, J, K, L)> for T where
    T: FnMut(B, C, D, E, F, G, H, I, J, K, L) -> O, 
[src]

impl<T, C, D, E, F, G, H, I, J, K, L, O> FnMut<(C, D, E, F, G, H, I, J, K, L)> for T where
    T: FnMut(C, D, E, F, G, H, I, J, K, L) -> O, 
[src]

impl<T, D, E, F, G, H, I, J, K, L, O> FnMut<(D, E, F, G, H, I, J, K, L)> for T where
    T: FnMut(D, E, F, G, H, I, J, K, L) -> O, 
[src]

impl<T, E, F, G, H, I, J, K, L, O> FnMut<(E, F, G, H, I, J, K, L)> for T where
    T: FnMut(E, F, G, H, I, J, K, L) -> O, 
[src]

impl<T, F, G, H, I, J, K, L, O> FnMut<(F, G, H, I, J, K, L)> for T where
    T: FnMut(F, G, H, I, J, K, L) -> O, 
[src]

impl<T, G, H, I, J, K, L, O> FnMut<(G, H, I, J, K, L)> for T where
    T: FnMut(G, H, I, J, K, L) -> O, 
[src]

impl<T, H, I, J, K, L, O> FnMut<(H, I, J, K, L)> for T where
    T: FnMut(H, I, J, K, L) -> O, 
[src]

impl<T, I, J, K, L, O> FnMut<(I, J, K, L)> for T where
    T: FnMut(I, J, K, L) -> O, 
[src]

impl<T, J, K, L, O> FnMut<(J, K, L)> for T where
    T: FnMut(J, K, L) -> O, 
[src]

impl<T, K, L, O> FnMut<(K, L)> for T where
    T: FnMut(K, L) -> O, 
[src]

impl<T, L, O> FnMut<(L,)> for T where
    T: FnMut(L) -> O, 
[src]

impl<T, O> FnOnce<()> for T where
    T: FnOnce() -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, A, B, C, D, E, F, G, H, I, J, K, L, O> FnOnce<(A, B, C, D, E, F, G, H, I, J, K, L)> for T where
    T: FnOnce(A, B, C, D, E, F, G, H, I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, B, C, D, E, F, G, H, I, J, K, L, O> FnOnce<(B, C, D, E, F, G, H, I, J, K, L)> for T where
    T: FnOnce(B, C, D, E, F, G, H, I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, C, D, E, F, G, H, I, J, K, L, O> FnOnce<(C, D, E, F, G, H, I, J, K, L)> for T where
    T: FnOnce(C, D, E, F, G, H, I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, D, E, F, G, H, I, J, K, L, O> FnOnce<(D, E, F, G, H, I, J, K, L)> for T where
    T: FnOnce(D, E, F, G, H, I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, E, F, G, H, I, J, K, L, O> FnOnce<(E, F, G, H, I, J, K, L)> for T where
    T: FnOnce(E, F, G, H, I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, F, G, H, I, J, K, L, O> FnOnce<(F, G, H, I, J, K, L)> for T where
    T: FnOnce(F, G, H, I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, G, H, I, J, K, L, O> FnOnce<(G, H, I, J, K, L)> for T where
    T: FnOnce(G, H, I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, H, I, J, K, L, O> FnOnce<(H, I, J, K, L)> for T where
    T: FnOnce(H, I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, I, J, K, L, O> FnOnce<(I, J, K, L)> for T where
    T: FnOnce(I, J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, J, K, L, O> FnOnce<(J, K, L)> for T where
    T: FnOnce(J, K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, K, L, O> FnOnce<(K, L)> for T where
    T: FnOnce(K, L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

impl<T, L, O> FnOnce<(L,)> for T where
    T: FnOnce(L) -> O, 
[src]

type Output = O

The returned type after the call operator is used.

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

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

impl<'a, F> Pattern<'a> for F where
    F: FnMut(char) -> bool
[src]

type Searcher = CharPredicateSearcher<'a, F>

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

API not fully fleshed out and ready to be stabilized

Associated searcher for this pattern

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.