pub struct ToolsToml {
pub always_load: Vec<String>,
}Expand description
On-disk schema for the [tools] table (#2076).
Fields§
§always_load: Vec<String>Native tool names to keep loaded outside the default core catalog.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ToolsToml
impl<'de> Deserialize<'de> for ToolsToml
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
Auto Trait Implementations§
impl Freeze for ToolsToml
impl RefUnwindSafe for ToolsToml
impl Send for ToolsToml
impl Sync for ToolsToml
impl Unpin for ToolsToml
impl UnsafeUnpin for ToolsToml
impl UnwindSafe for ToolsToml
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