pub struct ReleaseAnimationsReturn {}Available on crate features
experimental and Animation and Runtime and DOM only.Expand description
Releases a set of animations to no longer be manipulated.
Implementations§
Trait Implementations§
Source§impl Clone for ReleaseAnimationsReturn
impl Clone for ReleaseAnimationsReturn
Source§fn clone(&self) -> ReleaseAnimationsReturn
fn clone(&self) -> ReleaseAnimationsReturn
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 Debug for ReleaseAnimationsReturn
impl Debug for ReleaseAnimationsReturn
Source§impl Default for ReleaseAnimationsReturn
impl Default for ReleaseAnimationsReturn
Source§fn default() -> ReleaseAnimationsReturn
fn default() -> ReleaseAnimationsReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReleaseAnimationsReturn
impl<'de> Deserialize<'de> for ReleaseAnimationsReturn
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 Freeze for ReleaseAnimationsReturn
impl RefUnwindSafe for ReleaseAnimationsReturn
impl Send for ReleaseAnimationsReturn
impl Sync for ReleaseAnimationsReturn
impl Unpin for ReleaseAnimationsReturn
impl UnsafeUnpin for ReleaseAnimationsReturn
impl UnwindSafe for ReleaseAnimationsReturn
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