pub struct TempConfigFile<'l> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'l> Freeze for TempConfigFile<'l>
impl<'l> !RefUnwindSafe for TempConfigFile<'l>
impl<'l> Send for TempConfigFile<'l>
impl<'l> Sync for TempConfigFile<'l>
impl<'l> Unpin for TempConfigFile<'l>
impl<'l> !UnwindSafe for TempConfigFile<'l>
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