pub struct TextFxChoreography {
pub target: TokenTarget,
pub action: TokenAction,
}Fields§
§target: TokenTarget§action: TokenActionTrait Implementations§
Source§impl Clone for TextFxChoreography
impl Clone for TextFxChoreography
Source§fn clone(&self) -> TextFxChoreography
fn clone(&self) -> TextFxChoreography
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 TextFxChoreography
impl Debug for TextFxChoreography
Source§impl<'de> Deserialize<'de> for TextFxChoreography
impl<'de> Deserialize<'de> for TextFxChoreography
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 TextFxChoreography
impl PartialEq for TextFxChoreography
Source§fn eq(&self, other: &TextFxChoreography) -> bool
fn eq(&self, other: &TextFxChoreography) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFxChoreography
impl Serialize for TextFxChoreography
impl StructuralPartialEq for TextFxChoreography
Auto Trait Implementations§
impl Freeze for TextFxChoreography
impl RefUnwindSafe for TextFxChoreography
impl Send for TextFxChoreography
impl Sync for TextFxChoreography
impl Unpin for TextFxChoreography
impl UnsafeUnpin for TextFxChoreography
impl UnwindSafe for TextFxChoreography
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