pub enum HostTable {
LaunchProfiles,
Workflows,
CodeSnippets,
Skills,
McpServers,
ChatSessions,
ModelConfigs,
}Expand description
Host tables that can be granted read access.
Variants§
Implementations§
Source§impl HostTable
impl HostTable
pub fn as_str(&self) -> &'static str
pub fn required_permission(&self) -> Permission
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HostTable
impl<'de> Deserialize<'de> for HostTable
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HostTable
impl StructuralPartialEq for HostTable
Auto Trait Implementations§
impl Freeze for HostTable
impl RefUnwindSafe for HostTable
impl Send for HostTable
impl Sync for HostTable
impl Unpin for HostTable
impl UnsafeUnpin for HostTable
impl UnwindSafe for HostTable
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