pub struct QmlLsIniBuilder { /* private fields */ }Expand description
A helper for building QML Language Server configuration files
Implementations§
Source§impl QmlLsIniBuilder
impl QmlLsIniBuilder
Sourcepub fn new() -> Self
pub fn new() -> Self
Construct a QmlLsIniBuilder
Sourcepub fn no_cmake_calls(self, no_cmake_calls: bool) -> Self
pub fn no_cmake_calls(self, no_cmake_calls: bool) -> Self
Enable or disable cmake calls
Trait Implementations§
Source§impl Default for QmlLsIniBuilder
impl Default for QmlLsIniBuilder
Source§fn default() -> QmlLsIniBuilder
fn default() -> QmlLsIniBuilder
Returns the “default value” for a type. Read more