pub struct AnimatedContentConfig {
pub key: String,
pub spec: AnimationSpec,
pub enter: EnterTransition,
pub exit: ExitTransition,
}Fields§
§key: String§spec: AnimationSpec§enter: EnterTransition§exit: ExitTransitionTrait Implementations§
Source§impl Clone for AnimatedContentConfig
impl Clone for AnimatedContentConfig
Source§fn clone(&self) -> AnimatedContentConfig
fn clone(&self) -> AnimatedContentConfig
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 moreAuto Trait Implementations§
impl Freeze for AnimatedContentConfig
impl RefUnwindSafe for AnimatedContentConfig
impl Send for AnimatedContentConfig
impl Sync for AnimatedContentConfig
impl Unpin for AnimatedContentConfig
impl UnsafeUnpin for AnimatedContentConfig
impl UnwindSafe for AnimatedContentConfig
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