pub struct TransitionData { /* private fields */ }
Implementations§
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<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&PlatformEventData> for TransitionData
impl From<&PlatformEventData> for TransitionData
Source§fn from(val: &PlatformEventData) -> Self
fn from(val: &PlatformEventData) -> Self
Converts to this type from the input type.
Source§impl From<&TransitionData> for SerializedTransitionData
impl From<&TransitionData> for SerializedTransitionData
Source§fn from(data: &TransitionData) -> Self
fn from(data: &TransitionData) -> Self
Converts to this type from the input type.
Source§impl<E: HasTransitionData> From<E> for TransitionData
impl<E: HasTransitionData> From<E> for TransitionData
Source§impl PartialEq for TransitionData
impl PartialEq for TransitionData
Auto Trait Implementations§
impl Freeze for TransitionData
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<Ret> SpawnIfAsync<(), Ret> for Ret
impl<Ret> SpawnIfAsync<(), Ret> for Ret
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.