pub struct TextFxLifecycle {
pub enter: Option<TextFxPhase>,
pub exit: Option<TextFxPhase>,
}Fields§
§enter: Option<TextFxPhase>§exit: Option<TextFxPhase>Implementations§
Trait Implementations§
Source§impl Clone for TextFxLifecycle
impl Clone for TextFxLifecycle
Source§fn clone(&self) -> TextFxLifecycle
fn clone(&self) -> TextFxLifecycle
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 TextFxLifecycle
impl Debug for TextFxLifecycle
Source§impl Default for TextFxLifecycle
impl Default for TextFxLifecycle
Source§fn default() -> TextFxLifecycle
fn default() -> TextFxLifecycle
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TextFxLifecycle
impl<'de> Deserialize<'de> for TextFxLifecycle
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 TextFxLifecycle
impl PartialEq for TextFxLifecycle
Source§fn eq(&self, other: &TextFxLifecycle) -> bool
fn eq(&self, other: &TextFxLifecycle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxLifecycle
impl Serialize for TextFxLifecycle
impl StructuralPartialEq for TextFxLifecycle
Auto Trait Implementations§
impl Freeze for TextFxLifecycle
impl RefUnwindSafe for TextFxLifecycle
impl Send for TextFxLifecycle
impl Sync for TextFxLifecycle
impl Unpin for TextFxLifecycle
impl UnsafeUnpin for TextFxLifecycle
impl UnwindSafe for TextFxLifecycle
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