pub struct InheritedAnimatedStyleEntryBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> InheritedAnimatedStyleEntryBuilder<'a>
impl<'a> InheritedAnimatedStyleEntryBuilder<'a>
Sourcepub fn animation_styles(
self,
animation_styles: Vec<CSSAnimationStyle<'a>>,
) -> Self
pub fn animation_styles( self, animation_styles: Vec<CSSAnimationStyle<'a>>, ) -> Self
Styles coming from the animations of the ancestor, if any, in the style inheritance chain.
Sourcepub fn transitions_style(self, transitions_style: CSSStyle<'a>) -> Self
pub fn transitions_style(self, transitions_style: CSSStyle<'a>) -> Self
The style coming from the transitions of the ancestor, if any, in the style inheritance chain.
pub fn build(self) -> InheritedAnimatedStyleEntry<'a>
Trait Implementations§
Source§impl<'a> Default for InheritedAnimatedStyleEntryBuilder<'a>
impl<'a> Default for InheritedAnimatedStyleEntryBuilder<'a>
Source§fn default() -> InheritedAnimatedStyleEntryBuilder<'a>
fn default() -> InheritedAnimatedStyleEntryBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for InheritedAnimatedStyleEntryBuilder<'a>
impl<'a> RefUnwindSafe for InheritedAnimatedStyleEntryBuilder<'a>
impl<'a> Send for InheritedAnimatedStyleEntryBuilder<'a>
impl<'a> Sync for InheritedAnimatedStyleEntryBuilder<'a>
impl<'a> Unpin for InheritedAnimatedStyleEntryBuilder<'a>
impl<'a> UnsafeUnpin for InheritedAnimatedStyleEntryBuilder<'a>
impl<'a> UnwindSafe for InheritedAnimatedStyleEntryBuilder<'a>
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