pub struct SetPausedBuilder { /* private fields */ }Expand description
Builder for SetPaused.
Implementations§
Source§impl SetPausedBuilder
impl SetPausedBuilder
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
Animations to set the pause state of.
Trait Implementations§
Source§impl Clone for SetPausedBuilder
impl Clone for SetPausedBuilder
Source§fn clone(&self) -> SetPausedBuilder
fn clone(&self) -> SetPausedBuilder
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 SetPausedBuilder
impl RefUnwindSafe for SetPausedBuilder
impl Send for SetPausedBuilder
impl Sync for SetPausedBuilder
impl Unpin for SetPausedBuilder
impl UnsafeUnpin for SetPausedBuilder
impl UnwindSafe for SetPausedBuilder
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