pub struct Mamba3SingleSsdCachesRecord {
pub caches: <Vec<Mamba3SingleSsdCache> as Module>::Record,
}Expand description
The record type for the module.
Fields§
§caches: <Vec<Mamba3SingleSsdCache> as Module>::RecordThe module record associative type.
Trait Implementations§
Source§impl Record for Mamba3SingleSsdCachesRecord
impl Record for Mamba3SingleSsdCachesRecord
Auto Trait Implementations§
impl Freeze for Mamba3SingleSsdCachesRecord
impl RefUnwindSafe for Mamba3SingleSsdCachesRecord
impl Send for Mamba3SingleSsdCachesRecord
impl Sync for Mamba3SingleSsdCachesRecord
impl Unpin for Mamba3SingleSsdCachesRecord
impl UnsafeUnpin for Mamba3SingleSsdCachesRecord
impl UnwindSafe for Mamba3SingleSsdCachesRecord
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