Struct builder_cpp::global_config::GlobalConfig
source · pub struct GlobalConfig { /* private fields */ }Implementations§
source§impl GlobalConfig
impl GlobalConfig
pub fn set_defaults(config: &PathBuf, parameter: &str, value: &str)
pub fn from_file(path: &PathBuf) -> Self
pub fn get_default_compiler(&self) -> String
pub fn get_default_language(&self) -> String
pub fn get_license(&self) -> String
Trait Implementations§
source§impl<'de> Deserialize<'de> for GlobalConfig
impl<'de> Deserialize<'de> for GlobalConfig
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 RefUnwindSafe for GlobalConfig
impl Send for GlobalConfig
impl Sync for GlobalConfig
impl Unpin for GlobalConfig
impl UnwindSafe for GlobalConfig
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