pub struct AnimationMessage(pub String);
Expand description
A MessageData
implementation sent by running an
Animation::Message
animation
Tuple Fields§
§0: String
Trait Implementations§
source§impl Clone for AnimationMessage
impl Clone for AnimationMessage
source§fn clone(&self) -> AnimationMessage
fn clone(&self) -> AnimationMessage
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 AnimationMessage
impl Debug for AnimationMessage
source§impl Default for AnimationMessage
impl Default for AnimationMessage
source§fn default() -> AnimationMessage
fn default() -> AnimationMessage
Returns the “default value” for a type. Read more
source§impl MessageData for AnimationMessagewhere
Self: Clone,
impl MessageData for AnimationMessagewhere
Self: Clone,
fn clone_message(&self) -> Box<dyn MessageData>
fn as_any(&self) -> &dyn Any
Auto Trait Implementations§
impl Freeze for AnimationMessage
impl RefUnwindSafe for AnimationMessage
impl Send for AnimationMessage
impl Sync for AnimationMessage
impl Unpin for AnimationMessage
impl UnwindSafe for AnimationMessage
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)