pub enum PropertyAnimation {
Static(ElementRc),
Transition {
state_ref: Expression,
animations: Vec<TransitionPropertyAnimation>,
},
}
Variants§
Trait Implementations§
source§impl Clone for PropertyAnimation
impl Clone for PropertyAnimation
Auto Trait Implementations§
impl !RefUnwindSafe for PropertyAnimation
impl !Send for PropertyAnimation
impl !Sync for PropertyAnimation
impl Unpin for PropertyAnimation
impl !UnwindSafe for PropertyAnimation
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