pub struct PlayClientAnimationSpec {
pub hand: Hand,
}
Fields§
§hand: Hand
Trait Implementations§
Source§impl Clone for PlayClientAnimationSpec
impl Clone for PlayClientAnimationSpec
Source§fn clone(&self) -> PlayClientAnimationSpec
fn clone(&self) -> PlayClientAnimationSpec
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 PlayClientAnimationSpec
impl Debug for PlayClientAnimationSpec
Source§impl Deserialize for PlayClientAnimationSpec
impl Deserialize for PlayClientAnimationSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<Hand> for PlayClientAnimationSpec
impl From<Hand> for PlayClientAnimationSpec
Source§impl From<PlayClientAnimationSpec> for Hand
impl From<PlayClientAnimationSpec> for Hand
Source§fn from(other: PlayClientAnimationSpec) -> Self
fn from(other: PlayClientAnimationSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PlayClientAnimationSpec
impl PartialEq for PlayClientAnimationSpec
Source§impl Serialize for PlayClientAnimationSpec
impl Serialize for PlayClientAnimationSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlayClientAnimationSpec
Auto Trait Implementations§
impl Freeze for PlayClientAnimationSpec
impl RefUnwindSafe for PlayClientAnimationSpec
impl Send for PlayClientAnimationSpec
impl Sync for PlayClientAnimationSpec
impl Unpin for PlayClientAnimationSpec
impl UnwindSafe for PlayClientAnimationSpec
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