pub struct LayerPaintedEventParamsBuilder { /* private fields */ }Expand description
Builder for LayerPaintedEventParams.
Implementations§
Source§impl LayerPaintedEventParamsBuilder
impl LayerPaintedEventParamsBuilder
Sourcepub fn build(
&self,
) -> Result<LayerPaintedEventParams, LayerPaintedEventParamsBuilderError>
pub fn build( &self, ) -> Result<LayerPaintedEventParams, LayerPaintedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for LayerPaintedEventParamsBuilder
impl Clone for LayerPaintedEventParamsBuilder
Source§fn clone(&self) -> LayerPaintedEventParamsBuilder
fn clone(&self) -> LayerPaintedEventParamsBuilder
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 LayerPaintedEventParamsBuilder
impl RefUnwindSafe for LayerPaintedEventParamsBuilder
impl Send for LayerPaintedEventParamsBuilder
impl Sync for LayerPaintedEventParamsBuilder
impl Unpin for LayerPaintedEventParamsBuilder
impl UnsafeUnpin for LayerPaintedEventParamsBuilder
impl UnwindSafe for LayerPaintedEventParamsBuilder
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