pub enum MambaLatentNetRecord {
Mamba1(<LatentNetwork<Mamba1> as Module>::Record),
Mamba2(<LatentNetwork<Mamba2> as Module>::Record),
Mamba3(<LatentNetwork<Mamba3> as Module>::Record),
}Expand description
The record type for the module.
Variants§
Mamba1(<LatentNetwork<Mamba1> as Module>::Record)
The module record associative type.
Mamba2(<LatentNetwork<Mamba2> as Module>::Record)
The module record associative type.
Mamba3(<LatentNetwork<Mamba3> as Module>::Record)
The module record associative type.
Trait Implementations§
Source§impl Record for MambaLatentNetRecord
impl Record for MambaLatentNetRecord
Auto Trait Implementations§
impl !Freeze for MambaLatentNetRecord
impl !RefUnwindSafe for MambaLatentNetRecord
impl !UnwindSafe for MambaLatentNetRecord
impl Send for MambaLatentNetRecord
impl Sync for MambaLatentNetRecord
impl Unpin for MambaLatentNetRecord
impl UnsafeUnpin for MambaLatentNetRecord
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