pub struct BaseContext {
pub name: String,
pub apply: AiApply,
pub system_pre: LiveId,
pub system_post: LiveId,
pub general_post: LiveId,
pub files: Vec<AiContextFile>,
}Fields§
§name: String§apply: AiApply§system_pre: LiveId§system_post: LiveId§general_post: LiveId§files: Vec<AiContextFile>Auto Trait Implementations§
impl Freeze for BaseContext
impl RefUnwindSafe for BaseContext
impl Send for BaseContext
impl Sync for BaseContext
impl Unpin for BaseContext
impl UnwindSafe for BaseContext
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