pub struct NodeTransitions { /* private fields */ }Implementations§
Source§impl NodeTransitions
impl NodeTransitions
pub fn new() -> Self
pub fn opacity(self, timing: AnimationTiming) -> Self
pub fn bg_color(self, timing: AnimationTiming) -> Self
pub fn scroll_offset(self, timing: AnimationTiming) -> Self
Trait Implementations§
Source§impl Clone for NodeTransitions
impl Clone for NodeTransitions
Source§fn clone(&self) -> NodeTransitions
fn clone(&self) -> NodeTransitions
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 NodeTransitions
impl Debug for NodeTransitions
Source§impl Default for NodeTransitions
impl Default for NodeTransitions
Source§fn default() -> NodeTransitions
fn default() -> NodeTransitions
Returns the “default value” for a type. Read more
Source§impl PartialEq for NodeTransitions
impl PartialEq for NodeTransitions
impl StructuralPartialEq for NodeTransitions
Auto Trait Implementations§
impl Freeze for NodeTransitions
impl RefUnwindSafe for NodeTransitions
impl Send for NodeTransitions
impl Sync for NodeTransitions
impl Unpin for NodeTransitions
impl UnsafeUnpin for NodeTransitions
impl UnwindSafe for NodeTransitions
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