pub struct ConfigTemplates;
Implementations§
Source§impl ConfigTemplates
impl ConfigTemplates
pub fn default_config() -> GlobalConfig
pub fn web_development() -> GlobalConfig
pub fn game_development() -> GlobalConfig
pub fn library_development() -> GlobalConfig
pub fn minimal() -> GlobalConfig
pub fn list_templates() -> Vec<(&'static str, &'static str)>
pub fn get_template(name: &str) -> Option<GlobalConfig>
Auto Trait Implementations§
impl Freeze for ConfigTemplates
impl RefUnwindSafe for ConfigTemplates
impl Send for ConfigTemplates
impl Sync for ConfigTemplates
impl Unpin for ConfigTemplates
impl UnwindSafe for ConfigTemplates
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