pub enum AnimationsColumn {
Show 13 variants
AnimationGroupId,
AnimationType,
AnimationName,
ChanceToPlay,
MinLoops,
MaxLoops,
AnimationLength,
HideEquip,
IgnoreUpperBody,
Restartable,
FaceAnimationName,
Priority,
BlendTime,
}
Expand description
Columns in table Animations
See also: [`Animations.html>
Variants§
AnimationGroupId
Index of column animationGroupID
AnimationType
Index of column animation_type
AnimationName
Index of column animation_name
ChanceToPlay
Index of column chance_to_play
MinLoops
Index of column min_loops
MaxLoops
Index of column max_loops
AnimationLength
Index of column animation_length
HideEquip
Index of column hideEquip
IgnoreUpperBody
Index of column ignoreUpperBody
Restartable
Index of column restartable
FaceAnimationName
Index of column face_animation_name
Priority
Index of column priority
BlendTime
Index of column blendTime
Trait Implementations§
source§impl Clone for AnimationsColumn
impl Clone for AnimationsColumn
source§fn clone(&self) -> AnimationsColumn
fn clone(&self) -> AnimationsColumn
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 AnimationsColumn
impl Debug for AnimationsColumn
source§impl Hash for AnimationsColumn
impl Hash for AnimationsColumn
source§impl Ord for AnimationsColumn
impl Ord for AnimationsColumn
source§fn cmp(&self, other: &AnimationsColumn) -> Ordering
fn cmp(&self, other: &AnimationsColumn) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<AnimationsColumn> for AnimationsColumn
impl PartialEq<AnimationsColumn> for AnimationsColumn
source§fn eq(&self, other: &AnimationsColumn) -> bool
fn eq(&self, other: &AnimationsColumn) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AnimationsColumn> for AnimationsColumn
impl PartialOrd<AnimationsColumn> for AnimationsColumn
source§fn partial_cmp(&self, other: &AnimationsColumn) -> Option<Ordering>
fn partial_cmp(&self, other: &AnimationsColumn) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl TypedColumn for AnimationsColumn
impl TypedColumn for AnimationsColumn
source§fn to_static_str(&self) -> &'static str
fn to_static_str(&self) -> &'static str
Return the original name of the column
source§fn serialize_struct_field<S: SerializeStruct>(
&self,
s: &mut S,
value: Field<'_>
) -> Result<(), S::Error>
fn serialize_struct_field<S: SerializeStruct>( &self, s: &mut S, value: Field<'_> ) -> Result<(), S::Error>
Serialize a field to a struct