pub struct AppState {
pub host_root: PathBuf,
pub workflows: WorkflowRegistry,
pub actions: ActionRegistry,
pub safety_rules: SafetyRules,
pub aliases: ReferenceAliases,
}Fields§
§host_root: PathBuf§workflows: WorkflowRegistry§actions: ActionRegistry§safety_rules: SafetyRules§aliases: ReferenceAliasesImplementations§
Auto Trait Implementations§
impl Freeze for AppState
impl RefUnwindSafe for AppState
impl Send for AppState
impl Sync for AppState
impl Unpin for AppState
impl UnsafeUnpin for AppState
impl UnwindSafe for AppState
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