pub struct LayoutTransition {
pub id: String,
pub animation: LayoutAnimation,
}Expand description
A layout transition result — contains the element ID and its animation.
Fields§
§id: StringElement identifier.
animation: LayoutAnimationFLIP animation for this element.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LayoutTransition
impl !RefUnwindSafe for LayoutTransition
impl !Send for LayoutTransition
impl !Sync for LayoutTransition
impl Unpin for LayoutTransition
impl UnsafeUnpin for LayoutTransition
impl !UnwindSafe for LayoutTransition
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