pub struct SendAnimation {}
Trait Implementations§
Source§impl Clone for SendAnimation
impl Clone for SendAnimation
Source§fn clone(&self) -> SendAnimation
fn clone(&self) -> SendAnimation
Returns a duplicate 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 SendAnimation
impl Debug for SendAnimation
Source§impl<'de> Deserialize<'de> for SendAnimation
impl<'de> Deserialize<'de> for SendAnimation
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 Serialize for SendAnimation
impl Serialize for SendAnimation
Auto Trait Implementations§
impl Freeze for SendAnimation
impl RefUnwindSafe for SendAnimation
impl Send for SendAnimation
impl Sync for SendAnimation
impl Unpin for SendAnimation
impl UnwindSafe for SendAnimation
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