pub struct ZigConfig {
pub memory: MemorySection,
}Expand description
Top-level config structure backing ~/.zig/config.toml.
Fields§
§memory: MemorySectionImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ZigConfig
impl<'de> Deserialize<'de> for ZigConfig
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 ZigConfig
impl RefUnwindSafe for ZigConfig
impl Send for ZigConfig
impl Sync for ZigConfig
impl Unpin for ZigConfig
impl UnsafeUnpin for ZigConfig
impl UnwindSafe for ZigConfig
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