Struct fp_rust::maybe::Maybe[][src]

pub struct Maybe<T> { /* fields omitted */ }

Methods

impl<T> Maybe<T>
[src]

Trait Implementations

impl<T: Clone> Clone for Maybe<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for Maybe<T> where
    T: Send

impl<T> Sync for Maybe<T> where
    T: Sync