pub struct RoutableSkill {
pub idx: usize,
pub id: String,
pub phi_layer: usize,
/* private fields */
}Expand description
One routable skill’s precomputed subspace (decoded once).
Fields§
§idx: usizeIndex into model.header.skills (pipeline.set_active_skill).
id: String§phi_layer: usizeImplementations§
Source§impl RoutableSkill
impl RoutableSkill
Auto Trait Implementations§
impl Freeze for RoutableSkill
impl RefUnwindSafe for RoutableSkill
impl Send for RoutableSkill
impl Sync for RoutableSkill
impl Unpin for RoutableSkill
impl UnsafeUnpin for RoutableSkill
impl UnwindSafe for RoutableSkill
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