Struct rusty_variation::Send[][src]

#[must_use]
pub struct Send<T, S: Session> { /* fields omitted */ }

Trait Implementations

impl<T: Debug, S: Debug + Session> Debug for Send<T, S> where
    S::Dual: Debug
[src]

Formats the value using the given formatter. Read more

impl<T: Send, S: Session> Session for Send<T, S>
[src]

Auto Trait Implementations

impl<T, S> Send for Send<T, S> where
    T: Send,
    <S as Session>::Dual: Send

impl<T, S> !Sync for Send<T, S>