Struct rustcn_ui::SerializedTransitionData 
source · pub struct SerializedTransitionData { /* private fields */ }Expand description
A serialized version of TransitionData
Trait Implementations§
source§impl Clone for SerializedTransitionData
 
impl Clone for SerializedTransitionData
source§fn clone(&self) -> SerializedTransitionData
 
fn clone(&self) -> SerializedTransitionData
Returns a copy of the value. Read more
1.0.0 · 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 SerializedTransitionData
 
impl Debug for SerializedTransitionData
source§impl<'de> Deserialize<'de> for SerializedTransitionData
 
impl<'de> Deserialize<'de> for SerializedTransitionData
source§fn deserialize<__D>(
    __deserializer: __D
) -> Result<SerializedTransitionData, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(
    __deserializer: __D
) -> Result<SerializedTransitionData, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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 PartialEq for SerializedTransitionData
 
impl PartialEq for SerializedTransitionData
source§fn eq(&self, other: &SerializedTransitionData) -> bool
 
fn eq(&self, other: &SerializedTransitionData) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for SerializedTransitionData
 
impl Serialize for SerializedTransitionData
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
impl StructuralPartialEq for SerializedTransitionData
Auto Trait Implementations§
impl RefUnwindSafe for SerializedTransitionData
impl Send for SerializedTransitionData
impl Sync for SerializedTransitionData
impl Unpin for SerializedTransitionData
impl UnwindSafe for SerializedTransitionData
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.