pub struct ReleaseAnimationsParamsBuilder { /* private fields */ }
Implementations§
source§impl ReleaseAnimationsParamsBuilder
impl ReleaseAnimationsParamsBuilder
pub fn animation( self, animation: impl Into<String> ) -> ReleaseAnimationsParamsBuilder
pub fn animations<I, S>(self, animations: I) -> ReleaseAnimationsParamsBuilder
pub fn build(self) -> Result<ReleaseAnimationsParams, String>
Trait Implementations§
source§impl Clone for ReleaseAnimationsParamsBuilder
impl Clone for ReleaseAnimationsParamsBuilder
source§fn clone(&self) -> ReleaseAnimationsParamsBuilder
fn clone(&self) -> ReleaseAnimationsParamsBuilder
Returns a copy 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 Default for ReleaseAnimationsParamsBuilder
impl Default for ReleaseAnimationsParamsBuilder
source§fn default() -> ReleaseAnimationsParamsBuilder
fn default() -> ReleaseAnimationsParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseAnimationsParamsBuilder
impl Send for ReleaseAnimationsParamsBuilder
impl Sync for ReleaseAnimationsParamsBuilder
impl Unpin for ReleaseAnimationsParamsBuilder
impl UnwindSafe for ReleaseAnimationsParamsBuilder
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