pub struct HatTopology { /* private fields */ }Expand description
Hat topology for multi-hat mode prompt generation.
Implementations§
Source§impl HatTopology
impl HatTopology
Sourcepub fn from_registry(registry: &HatRegistry) -> Self
pub fn from_registry(registry: &HatRegistry) -> Self
Creates topology from registry.
Auto Trait Implementations§
impl Freeze for HatTopology
impl RefUnwindSafe for HatTopology
impl Send for HatTopology
impl Sync for HatTopology
impl Unpin for HatTopology
impl UnwindSafe for HatTopology
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