pub enum OutputMergeRecord {
Mean(<NoOp as Module>::Record),
CatLinear(<Linear as Module>::Record),
}Expand description
The record type for the module.
Variants§
Mean(<NoOp as Module>::Record)
The module record associative type.
CatLinear(<Linear as Module>::Record)
The module record associative type.
Trait Implementations§
Source§impl Record for OutputMergeRecord
impl Record for OutputMergeRecord
Auto Trait Implementations§
impl !Freeze for OutputMergeRecord
impl !RefUnwindSafe for OutputMergeRecord
impl !UnwindSafe for OutputMergeRecord
impl Send for OutputMergeRecord
impl Sync for OutputMergeRecord
impl Unpin for OutputMergeRecord
impl UnsafeUnpin for OutputMergeRecord
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more