Struct ferrite_session::internal::functional::public::AppSum
source · [−]Fields
row: Box<dyn HasSumApp<'a, Row, F> + 'a>
Implementations
Trait Implementations
sourceimpl<'a, Row, F, T> Deserialize<'a> for AppSum<'a, Row, F> where
F: TyCon,
T: Send + 'static,
Row: SumApp<'a, F, Applied = T>,
T: Serialize + for<'de> Deserialize<'de>,
impl<'a, Row, F, T> Deserialize<'a> for AppSum<'a, Row, F> where
F: TyCon,
T: Send + 'static,
Row: SumApp<'a, F, Applied = T>,
T: Serialize + for<'de> Deserialize<'de>,
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'a>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl<Row, F, T> ForwardChannel for AppSum<'static, Row, F> where
F: TyCon,
F: Send + 'static,
Row: 'static,
Row: SumApp<'static, F, Applied = T>,
T: ForwardChannel,
impl<Row, F, T> ForwardChannel for AppSum<'static, Row, F> where
F: TyCon,
F: Send + 'static,
Row: 'static,
Row: SumApp<'static, F, Applied = T>,
T: ForwardChannel,
fn forward_to(self, sender: OpaqueSender, receiver: OpaqueReceiver)
fn forward_from(sender: OpaqueSender, receiver: OpaqueReceiver) -> Self
Auto Trait Implementations
impl<'a, Row, F> !RefUnwindSafe for AppSum<'a, Row, F>
impl<'a, Row, F> Send for AppSum<'a, Row, F>
impl<'a, Row, F> !Sync for AppSum<'a, Row, F>
impl<'a, Row, F> Unpin for AppSum<'a, Row, F>
impl<'a, Row, F> !UnwindSafe for AppSum<'a, Row, 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