pub struct ClearCompilationCacheBuilder;Implementations§
Source§impl ClearCompilationCacheBuilder
impl ClearCompilationCacheBuilder
pub fn new() -> Self
pub fn build(self) -> ClearCompilationCache
Trait Implementations§
Source§impl Clone for ClearCompilationCacheBuilder
impl Clone for ClearCompilationCacheBuilder
Source§fn clone(&self) -> ClearCompilationCacheBuilder
fn clone(&self) -> ClearCompilationCacheBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClearCompilationCacheBuilder
impl Debug for ClearCompilationCacheBuilder
Source§impl Default for ClearCompilationCacheBuilder
impl Default for ClearCompilationCacheBuilder
Source§fn default() -> ClearCompilationCacheBuilder
fn default() -> ClearCompilationCacheBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClearCompilationCacheBuilder
impl RefUnwindSafe for ClearCompilationCacheBuilder
impl Send for ClearCompilationCacheBuilder
impl Sync for ClearCompilationCacheBuilder
impl Unpin for ClearCompilationCacheBuilder
impl UnsafeUnpin for ClearCompilationCacheBuilder
impl UnwindSafe for ClearCompilationCacheBuilder
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