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