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