Struct rustcn_ui::TransitionData 
source · pub struct TransitionData { /* private fields */ }Implementations§
source§impl TransitionData
 
impl TransitionData
sourcepub fn new(inner: impl HasTransitionData + 'static) -> TransitionData
 
pub fn new(inner: impl HasTransitionData + 'static) -> TransitionData
Create a new TransitionData
Trait Implementations§
source§impl Debug for TransitionData
 
impl Debug for TransitionData
source§impl<'de> Deserialize<'de> for TransitionData
 
impl<'de> Deserialize<'de> for TransitionData
source§fn deserialize<D>(
    deserializer: D
) -> Result<TransitionData, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>(
    deserializer: D
) -> Result<TransitionData, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<&Event> for TransitionData
 
impl From<&Event> for TransitionData
source§fn from(e: &Event) -> TransitionData
 
fn from(e: &Event) -> TransitionData
Converts to this type from the input type.
source§impl From<&PlatformEventData> for TransitionData
 
impl From<&PlatformEventData> for TransitionData
source§fn from(val: &PlatformEventData) -> TransitionData
 
fn from(val: &PlatformEventData) -> TransitionData
Converts to this type from the input type.
source§impl From<&TransitionData> for SerializedTransitionData
 
impl From<&TransitionData> for SerializedTransitionData
source§fn from(data: &TransitionData) -> SerializedTransitionData
 
fn from(data: &TransitionData) -> SerializedTransitionData
Converts to this type from the input type.
source§impl<E> From<E> for TransitionDatawhere
    E: HasTransitionData,
 
impl<E> From<E> for TransitionDatawhere
    E: HasTransitionData,
source§fn from(e: E) -> TransitionData
 
fn from(e: E) -> TransitionData
Converts to this type from the input type.
source§impl From<Event> for TransitionData
 
impl From<Event> for TransitionData
source§fn from(e: Event) -> TransitionData
 
fn from(e: Event) -> TransitionData
Converts to this type from the input type.
source§impl PartialEq for TransitionData
 
impl PartialEq for TransitionData
source§fn eq(&self, other: &TransitionData) -> bool
 
fn eq(&self, other: &TransitionData) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for TransitionData
 
impl Serialize for TransitionData
source§fn serialize<S>(
    &self,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
    S: Serializer,
 
fn serialize<S>(
    &self,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
    S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl WebEventExt<TransitionEvent> for TransitionData
 
impl WebEventExt<TransitionEvent> for TransitionData
source§fn web_event(&self) -> &TransitionEvent
 
fn web_event(&self) -> &TransitionEvent
Get the event as a web-sys event.
Auto Trait Implementations§
impl !RefUnwindSafe for TransitionData
impl !Send for TransitionData
impl !Sync for TransitionData
impl Unpin for TransitionData
impl !UnwindSafe for TransitionData
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, O> SuperFrom<T> for Owhere
    O: From<T>,
 
impl<T, O> SuperFrom<T> for Owhere
    O: From<T>,
source§fn super_from(input: T) -> O
 
fn super_from(input: T) -> O
Convert from a type to another type.
source§impl<T, O, M> SuperInto<O, M> for Twhere
    O: SuperFrom<T, M>,
 
impl<T, O, M> SuperInto<O, M> for Twhere
    O: SuperFrom<T, M>,
source§fn super_into(self) -> O
 
fn super_into(self) -> O
Convert from a type to another type.