pub struct AddCompilationCacheParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> AddCompilationCacheParamsBuilder<'a>
impl<'a> AddCompilationCacheParamsBuilder<'a>
pub fn build(self) -> AddCompilationCacheParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for AddCompilationCacheParamsBuilder<'a>
impl<'a> RefUnwindSafe for AddCompilationCacheParamsBuilder<'a>
impl<'a> Send for AddCompilationCacheParamsBuilder<'a>
impl<'a> Sync for AddCompilationCacheParamsBuilder<'a>
impl<'a> Unpin for AddCompilationCacheParamsBuilder<'a>
impl<'a> UnsafeUnpin for AddCompilationCacheParamsBuilder<'a>
impl<'a> UnwindSafe for AddCompilationCacheParamsBuilder<'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