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