pub struct GetAnimatedStylesForNodeReturns<'a> { /* private fields */ }Expand description
Returns the styles coming from animations & transitions including the animation & transition styles coming from inheritance chain.
Implementations§
Source§impl<'a> GetAnimatedStylesForNodeReturns<'a>
impl<'a> GetAnimatedStylesForNodeReturns<'a>
pub fn builder() -> GetAnimatedStylesForNodeReturnsBuilder<'a>
pub fn animationStyles(&self) -> Option<&[CSSAnimationStyle<'a>]>
pub fn transitionsStyle(&self) -> Option<&CSSStyle<'a>>
pub fn inherited(&self) -> Option<&[InheritedAnimatedStyleEntry<'a>]>
Trait Implementations§
Source§impl<'a> Clone for GetAnimatedStylesForNodeReturns<'a>
impl<'a> Clone for GetAnimatedStylesForNodeReturns<'a>
Source§fn clone(&self) -> GetAnimatedStylesForNodeReturns<'a>
fn clone(&self) -> GetAnimatedStylesForNodeReturns<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for GetAnimatedStylesForNodeReturns<'a>
impl<'a> Debug for GetAnimatedStylesForNodeReturns<'a>
Source§impl<'a> Default for GetAnimatedStylesForNodeReturns<'a>
impl<'a> Default for GetAnimatedStylesForNodeReturns<'a>
Source§fn default() -> GetAnimatedStylesForNodeReturns<'a>
fn default() -> GetAnimatedStylesForNodeReturns<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetAnimatedStylesForNodeReturns<'a>
impl<'de, 'a> Deserialize<'de> for GetAnimatedStylesForNodeReturns<'a>
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetAnimatedStylesForNodeReturns<'a>
impl<'a> RefUnwindSafe for GetAnimatedStylesForNodeReturns<'a>
impl<'a> Send for GetAnimatedStylesForNodeReturns<'a>
impl<'a> Sync for GetAnimatedStylesForNodeReturns<'a>
impl<'a> Unpin for GetAnimatedStylesForNodeReturns<'a>
impl<'a> UnsafeUnpin for GetAnimatedStylesForNodeReturns<'a>
impl<'a> UnwindSafe for GetAnimatedStylesForNodeReturns<'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