pub struct InheritedAnimatedStyleEntryBuilder { /* private fields */ }Implementations§
Source§impl InheritedAnimatedStyleEntryBuilder
impl InheritedAnimatedStyleEntryBuilder
pub fn animation_style( self, animation_style: impl Into<CssAnimationStyle>, ) -> Self
pub fn animation_styles<I, S>(self, animation_styles: I) -> Self
pub fn transitions_style(self, transitions_style: impl Into<CssStyle>) -> Self
pub fn build(self) -> InheritedAnimatedStyleEntry
Trait Implementations§
Source§impl Clone for InheritedAnimatedStyleEntryBuilder
impl Clone for InheritedAnimatedStyleEntryBuilder
Source§fn clone(&self) -> InheritedAnimatedStyleEntryBuilder
fn clone(&self) -> InheritedAnimatedStyleEntryBuilder
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 InheritedAnimatedStyleEntryBuilder
impl Default for InheritedAnimatedStyleEntryBuilder
Source§fn default() -> InheritedAnimatedStyleEntryBuilder
fn default() -> InheritedAnimatedStyleEntryBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InheritedAnimatedStyleEntryBuilder
impl RefUnwindSafe for InheritedAnimatedStyleEntryBuilder
impl Send for InheritedAnimatedStyleEntryBuilder
impl Sync for InheritedAnimatedStyleEntryBuilder
impl Unpin for InheritedAnimatedStyleEntryBuilder
impl UnwindSafe for InheritedAnimatedStyleEntryBuilder
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