Struct ferrite_session::internal::protocol::public::LinearToShared    
source · [−]pub struct LinearToShared<F> { /* private fields */ }Trait Implementations
sourceimpl<F, T, E> ForwardChannel for LinearToShared<F> where
    F: SharedRecApp<SharedToLinear<LinearToShared<F>>, Applied = T>,
    F: Send + 'static,
    T: Protocol<ClientEndpoint = E>,
    E: ForwardChannel, 
 
impl<F, T, E> ForwardChannel for LinearToShared<F> where
    F: SharedRecApp<SharedToLinear<LinearToShared<F>>, Applied = T>,
    F: Send + 'static,
    T: Protocol<ClientEndpoint = E>,
    E: ForwardChannel, 
fn forward_to(self, sender: OpaqueSender, receiver: OpaqueReceiver)
fn forward_from(sender: OpaqueSender, receiver: OpaqueReceiver) -> Self
Auto Trait Implementations
impl<F> !RefUnwindSafe for LinearToShared<F>
impl<F> Send for LinearToShared<F>
impl<F> !Sync for LinearToShared<F>
impl<F> Unpin for LinearToShared<F>
impl<F> !UnwindSafe for LinearToShared<F>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more