pub struct ReleaseAnimationsBuilder { /* private fields */ }Expand description
Builder for ReleaseAnimations.
Implementations§
Source§impl ReleaseAnimationsBuilder
impl ReleaseAnimationsBuilder
Sourcepub fn animations<VALUE: Into<Vec<String>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn animations<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
List of animation ids to seek.
Sourcepub fn build(&self) -> Result<ReleaseAnimations, ReleaseAnimationsBuilderError>
pub fn build(&self) -> Result<ReleaseAnimations, ReleaseAnimationsBuilderError>
Trait Implementations§
Source§impl Clone for ReleaseAnimationsBuilder
impl Clone for ReleaseAnimationsBuilder
Source§fn clone(&self) -> ReleaseAnimationsBuilder
fn clone(&self) -> ReleaseAnimationsBuilder
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 ReleaseAnimationsBuilder
impl RefUnwindSafe for ReleaseAnimationsBuilder
impl Send for ReleaseAnimationsBuilder
impl Sync for ReleaseAnimationsBuilder
impl Unpin for ReleaseAnimationsBuilder
impl UnsafeUnpin for ReleaseAnimationsBuilder
impl UnwindSafe for ReleaseAnimationsBuilder
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