pub struct Runtime { /* private fields */ }Implementations§
Source§impl Runtime
impl Runtime
pub fn new() -> Self
pub fn accounts(&self) -> &AccountsModule
pub fn accounts_mut(&mut self) -> &mut AccountsModule
pub fn governance(&self) -> &GovernanceModule
pub fn governance_mut(&mut self) -> &mut GovernanceModule
pub fn model_registry(&self) -> &ModelRegistryModule
pub fn model_registry_mut(&mut self) -> &mut ModelRegistryModule
pub fn inference(&self) -> &InferenceModule
pub fn inference_mut(&mut self) -> &mut InferenceModule
pub fn vault(&self) -> &VaultModule
pub fn vault_mut(&mut self) -> &mut VaultModule
pub fn revenue(&self) -> &RevenueModule
pub fn revenue_mut(&mut self) -> &mut RevenueModule
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Runtime
impl RefUnwindSafe for Runtime
impl Send for Runtime
impl Sync for Runtime
impl Unpin for Runtime
impl UnsafeUnpin for Runtime
impl UnwindSafe for Runtime
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