[][src]Enum bve::parse::animated::PlayOn

pub enum PlayOn {
    Silent,
    Play,
}

Variants

Silent
Play

Trait Implementations

impl Clone for PlayOn[src]

impl Debug for PlayOn[src]

impl Default for PlayOn[src]

impl FromKVPValue for PlayOn[src]

impl PartialEq<PlayOn> for PlayOn[src]

impl StructuralPartialEq for PlayOn[src]

Auto Trait Implementations

impl RefUnwindSafe for PlayOn

impl Send for PlayOn

impl Sync for PlayOn

impl Unpin for PlayOn

impl UnwindSafe for PlayOn

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AnyEq for T where
    T: PartialEq<T> + Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.