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