pub enum DirType {
Prompts,
Presets,
Threads,
Logs,
Config,
Weights,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirType
impl RefUnwindSafe for DirType
impl Send for DirType
impl Sync for DirType
impl Unpin for DirType
impl UnwindSafe for DirType
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