[][src]Enum basin2_data::blocks::Flower

pub enum Flower {
    Upper,
    Lower,
}

Variants

Upper
Lower

Trait Implementations

impl BlockStateProperty<Flower> for Flower[src]

impl Cenum for Flower[src]

impl Clone for Flower[src]

impl Copy for Flower[src]

impl Debug for Flower[src]

impl Default for Flower[src]

impl Eq for Flower[src]

impl Hash for Flower[src]

impl PartialEq<Flower> for Flower[src]

impl StructuralEq for Flower[src]

impl StructuralPartialEq for Flower[src]

impl ToPrimitive for Flower[src]

Auto Trait Implementations

impl RefUnwindSafe for Flower

impl Send for Flower

impl Sync for Flower

impl Unpin for Flower

impl UnwindSafe for Flower

Blanket Implementations

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

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.