Struct botanist::HasMany[][src]

pub struct HasMany<S, F, M> { /* fields omitted */ }

Trait Implementations

impl<S: Clone, F: Clone, M: Clone> Clone for HasMany<S, F, M>[src]

impl<S: Debug, F: Debug, M: Debug> Debug for HasMany<S, F, M>[src]

Auto Trait Implementations

impl<S, F, M> RefUnwindSafe for HasMany<S, F, M> where
    F: RefUnwindSafe,
    M: RefUnwindSafe,
    S: RefUnwindSafe

impl<S, F, M> Send for HasMany<S, F, M> where
    F: Send,
    M: Send,
    S: Send

impl<S, F, M> Sync for HasMany<S, F, M> where
    F: Sync,
    M: Sync,
    S: Sync

impl<S, F, M> Unpin for HasMany<S, F, M> where
    F: Unpin,
    M: Unpin,
    S: Unpin

impl<S, F, M> UnwindSafe for HasMany<S, F, M> where
    F: UnwindSafe,
    M: UnwindSafe,
    S: 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> From<T> for T[src]

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

impl<T> IntoSql for T[src]

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.