pub struct Cases<Elim: PackedElim> {
Show 16 fields pub SnowyOwl: Elim::SnowyOwl, pub HornedOwl: Elim::HornedOwl, pub Duck: Elim::Duck, pub Cockatiel: Elim::Cockatiel, pub Chicken: Elim::Chicken, pub Bat: Elim::Bat, pub Penguin: Elim::Penguin, pub Goose: Elim::Goose, pub Peacock: Elim::Peacock, pub Eagle: Elim::Eagle, pub Parrot: Elim::Parrot, pub Crow: Elim::Crow, pub Dodo: Elim::Dodo, pub Parakeet: Elim::Parakeet, pub Puffin: Elim::Puffin, pub Toucan: Elim::Toucan,
}

Fields§

§SnowyOwl: Elim::SnowyOwl§HornedOwl: Elim::HornedOwl§Duck: Elim::Duck§Cockatiel: Elim::Cockatiel§Chicken: Elim::Chicken§Bat: Elim::Bat§Penguin: Elim::Penguin§Goose: Elim::Goose§Peacock: Elim::Peacock§Eagle: Elim::Eagle§Parrot: Elim::Parrot§Crow: Elim::Crow§Dodo: Elim::Dodo§Parakeet: Elim::Parakeet§Puffin: Elim::Puffin§Toucan: Elim::Toucan

Trait Implementations§

source§

impl<'de, Elim: PackedElim> Deserialize<'de> for Cases<Elim>
where Elim::SnowyOwl: Deserialize<'de>, Elim::HornedOwl: Deserialize<'de>, Elim::Duck: Deserialize<'de>, Elim::Cockatiel: Deserialize<'de>, Elim::Chicken: Deserialize<'de>, Elim::Bat: Deserialize<'de>, Elim::Penguin: Deserialize<'de>, Elim::Goose: Deserialize<'de>, Elim::Peacock: Deserialize<'de>, Elim::Eagle: Deserialize<'de>, Elim::Parrot: Deserialize<'de>, Elim::Crow: Deserialize<'de>, Elim::Dodo: Deserialize<'de>, Elim::Parakeet: Deserialize<'de>, Elim::Puffin: Deserialize<'de>, Elim::Toucan: Deserialize<'de>,

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl<Elim: PackedElim> Serialize for Cases<Elim>
where Elim::SnowyOwl: Serialize, Elim::HornedOwl: Serialize, Elim::Duck: Serialize, Elim::Cockatiel: Serialize, Elim::Chicken: Serialize, Elim::Bat: Serialize, Elim::Penguin: Serialize, Elim::Goose: Serialize, Elim::Peacock: Serialize, Elim::Eagle: Serialize, Elim::Parrot: Serialize, Elim::Crow: Serialize, Elim::Dodo: Serialize, Elim::Parakeet: Serialize, Elim::Puffin: Serialize, Elim::Toucan: Serialize,

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a, 'b, Elim: PackedElim, Context, Type, S> Typed<((&'a Species,), Context), Type, S> for &'b ElimCase<Cases<Elim>>
where &'b Elim::SnowyOwl: Typed<Context, Type, S>, &'b Elim::HornedOwl: Typed<Context, Type, S>, &'b Elim::Duck: Typed<Context, Type, S>, &'b Elim::Cockatiel: Typed<Context, Type, S>, &'b Elim::Chicken: Typed<Context, Type, S>, &'b Elim::Bat: Typed<Context, Type, S>, &'b Elim::Penguin: Typed<Context, Type, S>, &'b Elim::Goose: Typed<Context, Type, S>, &'b Elim::Peacock: Typed<Context, Type, S>, &'b Elim::Eagle: Typed<Context, Type, S>, &'b Elim::Parrot: Typed<Context, Type, S>, &'b Elim::Crow: Typed<Context, Type, S>, &'b Elim::Dodo: Typed<Context, Type, S>, &'b Elim::Parakeet: Typed<Context, Type, S>, &'b Elim::Puffin: Typed<Context, Type, S>, &'b Elim::Toucan: Typed<Context, Type, S>,

source§

fn reduce(self, ((head), context): ((&'a Species,), Context)) -> (Type, S)

Auto Trait Implementations§

§

impl<Elim> RefUnwindSafe for Cases<Elim>

§

impl<Elim> Send for Cases<Elim>
where <Elim as PackedElim>::Bat: Send, <Elim as PackedElim>::Chicken: Send, <Elim as PackedElim>::Cockatiel: Send, <Elim as PackedElim>::Crow: Send, <Elim as PackedElim>::Dodo: Send, <Elim as PackedElim>::Duck: Send, <Elim as PackedElim>::Eagle: Send, <Elim as PackedElim>::Goose: Send, <Elim as PackedElim>::HornedOwl: Send, <Elim as PackedElim>::Parakeet: Send, <Elim as PackedElim>::Parrot: Send, <Elim as PackedElim>::Peacock: Send, <Elim as PackedElim>::Penguin: Send, <Elim as PackedElim>::Puffin: Send, <Elim as PackedElim>::SnowyOwl: Send, <Elim as PackedElim>::Toucan: Send,

§

impl<Elim> Sync for Cases<Elim>
where <Elim as PackedElim>::Bat: Sync, <Elim as PackedElim>::Chicken: Sync, <Elim as PackedElim>::Cockatiel: Sync, <Elim as PackedElim>::Crow: Sync, <Elim as PackedElim>::Dodo: Sync, <Elim as PackedElim>::Duck: Sync, <Elim as PackedElim>::Eagle: Sync, <Elim as PackedElim>::Goose: Sync, <Elim as PackedElim>::HornedOwl: Sync, <Elim as PackedElim>::Parakeet: Sync, <Elim as PackedElim>::Parrot: Sync, <Elim as PackedElim>::Peacock: Sync, <Elim as PackedElim>::Penguin: Sync, <Elim as PackedElim>::Puffin: Sync, <Elim as PackedElim>::SnowyOwl: Sync, <Elim as PackedElim>::Toucan: Sync,

§

impl<Elim> Unpin for Cases<Elim>
where <Elim as PackedElim>::Bat: Unpin, <Elim as PackedElim>::Chicken: Unpin, <Elim as PackedElim>::Cockatiel: Unpin, <Elim as PackedElim>::Crow: Unpin, <Elim as PackedElim>::Dodo: Unpin, <Elim as PackedElim>::Duck: Unpin, <Elim as PackedElim>::Eagle: Unpin, <Elim as PackedElim>::Goose: Unpin, <Elim as PackedElim>::HornedOwl: Unpin, <Elim as PackedElim>::Parakeet: Unpin, <Elim as PackedElim>::Parrot: Unpin, <Elim as PackedElim>::Peacock: Unpin, <Elim as PackedElim>::Penguin: Unpin, <Elim as PackedElim>::Puffin: Unpin, <Elim as PackedElim>::SnowyOwl: Unpin, <Elim as PackedElim>::Toucan: Unpin,

§

impl<Elim> UnwindSafe for Cases<Elim>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<Context> SubContext<Context> for Context

source§

fn sub_context(self) -> Context

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

§

impl<T> Event for T
where T: Send + Sync + 'static,

§

impl<T> Resource for T
where T: Any + Send + Sync,