Struct cut::LinearToShared
source · [−]pub struct LinearToShared<F> {
pub(crate) linear: Box<dyn HasSharedRecApp<F, SharedToLinear<LinearToShared<F>>> + 'static, Global>,
}
Fields
linear: Box<dyn HasSharedRecApp<F, SharedToLinear<LinearToShared<F>>> + 'static, Global>
Trait Implementations
sourceimpl<F, T, E> ForwardChannel for LinearToShared<F> where
F: SharedRecApp<SharedToLinear<LinearToShared<F>>, Applied = T> + 'static + Send,
T: Protocol<ClientEndpoint = E>,
E: ForwardChannel,
impl<F, T, E> ForwardChannel for LinearToShared<F> where
F: SharedRecApp<SharedToLinear<LinearToShared<F>>, Applied = T> + 'static + Send,
T: Protocol<ClientEndpoint = E>,
E: ForwardChannel,
fn forward_to(self, sender: OpaqueSender, receiver: OpaqueReceiver)
fn forward_from(
sender: OpaqueSender,
receiver: OpaqueReceiver
) -> LinearToShared<F>
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