pub struct CompilationCacheProducedEventParamsBuilder { /* private fields */ }Expand description
Builder for CompilationCacheProducedEventParams.
Implementations§
Source§impl CompilationCacheProducedEventParamsBuilder
impl CompilationCacheProducedEventParamsBuilder
pub fn url(&mut self, value: String) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<CompilationCacheProducedEventParams, CompilationCacheProducedEventParamsBuilderError>
pub fn build( &self, ) -> Result<CompilationCacheProducedEventParams, CompilationCacheProducedEventParamsBuilderError>
Builds a new CompilationCacheProducedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for CompilationCacheProducedEventParamsBuilder
impl Clone for CompilationCacheProducedEventParamsBuilder
Source§fn clone(&self) -> CompilationCacheProducedEventParamsBuilder
fn clone(&self) -> CompilationCacheProducedEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for CompilationCacheProducedEventParamsBuilder
impl RefUnwindSafe for CompilationCacheProducedEventParamsBuilder
impl Send for CompilationCacheProducedEventParamsBuilder
impl Sync for CompilationCacheProducedEventParamsBuilder
impl Unpin for CompilationCacheProducedEventParamsBuilder
impl UnsafeUnpin for CompilationCacheProducedEventParamsBuilder
impl UnwindSafe for CompilationCacheProducedEventParamsBuilder
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