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