[][src]Struct goggles::join::MaybeJoin

pub struct MaybeJoin<J: Join>(pub J);

Trait Implementations

impl<J: Join> Join for MaybeJoin<J>[src]

type Item = Option<J::Item>

type Access = (J::Mask, J::Access)

type Mask = BitSetAll

Auto Trait Implementations

impl<J> RefUnwindSafe for MaybeJoin<J> where
    J: RefUnwindSafe

impl<J> Send for MaybeJoin<J> where
    J: Send

impl<J> Sync for MaybeJoin<J> where
    J: Sync

impl<J> Unpin for MaybeJoin<J> where
    J: Unpin

impl<J> UnwindSafe for MaybeJoin<J> where
    J: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<J> IntoJoin for J where
    J: Join
[src]

type Item = <J as Join>::Item

type IntoJoin = J

impl<J> IntoJoinExt for J where
    J: IntoJoin
[src]

impl<J> ParJoinExt for J where
    J: IntoJoin
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

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.