pub struct AnimationCreatedParams {
pub id: String,
}Expand description
Event for each animation that has been created. animationCreated
Fields§
§id: StringId of the animation that was created.
Trait Implementations§
Source§impl Clone for AnimationCreatedParams
impl Clone for AnimationCreatedParams
Source§fn clone(&self) -> AnimationCreatedParams
fn clone(&self) -> AnimationCreatedParams
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 Debug for AnimationCreatedParams
impl Debug for AnimationCreatedParams
Source§impl<'de> Deserialize<'de> for AnimationCreatedParams
impl<'de> Deserialize<'de> for AnimationCreatedParams
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
Source§impl PartialEq for AnimationCreatedParams
impl PartialEq for AnimationCreatedParams
Source§impl Serialize for AnimationCreatedParams
impl Serialize for AnimationCreatedParams
impl StructuralPartialEq for AnimationCreatedParams
Auto Trait Implementations§
impl Freeze for AnimationCreatedParams
impl RefUnwindSafe for AnimationCreatedParams
impl Send for AnimationCreatedParams
impl Sync for AnimationCreatedParams
impl Unpin for AnimationCreatedParams
impl UnsafeUnpin for AnimationCreatedParams
impl UnwindSafe for AnimationCreatedParams
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