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