pub struct RuntimeFeatureConfig { /* private fields */ }Implementations§
Source§impl RuntimeFeatureConfig
impl RuntimeFeatureConfig
pub fn with_hooks(self, hooks: RuntimeHookConfig) -> Self
pub fn with_plugins(self, plugins: RuntimePluginConfig) -> Self
pub fn hooks(&self) -> &RuntimeHookConfig
pub fn plugins(&self) -> &RuntimePluginConfig
pub fn mcp(&self) -> &McpConfigCollection
pub fn oauth(&self) -> Option<&OAuthConfig>
pub fn model(&self) -> Option<&str>
pub fn permission_mode(&self) -> Option<ResolvedPermissionMode>
pub fn sandbox(&self) -> &SandboxConfig
Trait Implementations§
Source§impl Clone for RuntimeFeatureConfig
impl Clone for RuntimeFeatureConfig
Source§fn clone(&self) -> RuntimeFeatureConfig
fn clone(&self) -> RuntimeFeatureConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimeFeatureConfig
impl Debug for RuntimeFeatureConfig
Source§impl Default for RuntimeFeatureConfig
impl Default for RuntimeFeatureConfig
Source§fn default() -> RuntimeFeatureConfig
fn default() -> RuntimeFeatureConfig
Returns the “default value” for a type. Read more
Source§impl PartialEq for RuntimeFeatureConfig
impl PartialEq for RuntimeFeatureConfig
impl Eq for RuntimeFeatureConfig
impl StructuralPartialEq for RuntimeFeatureConfig
Auto Trait Implementations§
impl Freeze for RuntimeFeatureConfig
impl RefUnwindSafe for RuntimeFeatureConfig
impl Send for RuntimeFeatureConfig
impl Sync for RuntimeFeatureConfig
impl Unpin for RuntimeFeatureConfig
impl UnsafeUnpin for RuntimeFeatureConfig
impl UnwindSafe for RuntimeFeatureConfig
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