Struct ExConfig
pub struct ExConfig<'a> { /* private fields */ }
Expand description
Default-param extender for ScriptCreateDialog::config_ex
.
Implementations§
§impl<'a> ExConfig<'a>
impl<'a> ExConfig<'a>
pub fn built_in_enabled(self, value: bool) -> ExConfig<'a>
pub fn load_enabled(self, value: bool) -> ExConfig<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExConfig<'a>
impl<'a> RefUnwindSafe for ExConfig<'a>
impl<'a> !Send for ExConfig<'a>
impl<'a> !Sync for ExConfig<'a>
impl<'a> Unpin for ExConfig<'a>
impl<'a> !UnwindSafe for ExConfig<'a>
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