pub enum TweenStyle {
Fwd,
Rev,
Pulse,
Flicker,
}
Variants§
Trait Implementations§
Source§impl Clone for TweenStyle
impl Clone for TweenStyle
Source§fn clone(&self) -> TweenStyle
fn clone(&self) -> TweenStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TweenStyle
impl Debug for TweenStyle
Source§impl Deserialize for TweenStyle
impl Deserialize for TweenStyle
Source§type Output = TweenStyle
type Output = TweenStyle
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for TweenStyle
impl PartialEq for TweenStyle
Source§impl Serialize for TweenStyle
impl Serialize for TweenStyle
type Input = TweenStyle
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for TweenStyle
Auto Trait Implementations§
impl Freeze for TweenStyle
impl RefUnwindSafe for TweenStyle
impl Send for TweenStyle
impl Sync for TweenStyle
impl Unpin for TweenStyle
impl UnwindSafe for TweenStyle
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