Struct motion_lib::mlist::AnimationDiff
source · Fields
name: <Hash40 as Diff>::Reprunk: <u8 as Diff>::ReprTrait Implementations
sourceimpl Debug for AnimationDiff
impl Debug for AnimationDiff
sourceimpl<'de> Deserialize<'de> for AnimationDiff
impl<'de> Deserialize<'de> for AnimationDiff
sourcefn 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
sourceimpl PartialEq<AnimationDiff> for AnimationDiff
impl PartialEq<AnimationDiff> for AnimationDiff
sourcefn eq(&self, other: &AnimationDiff) -> bool
fn eq(&self, other: &AnimationDiff) -> bool
sourceimpl Serialize for AnimationDiff
impl Serialize for AnimationDiff
impl StructuralPartialEq for AnimationDiff
Auto Trait Implementations
impl RefUnwindSafe for AnimationDiff
impl Send for AnimationDiff
impl Sync for AnimationDiff
impl Unpin for AnimationDiff
impl UnwindSafe for AnimationDiff
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more