pub enum InMemoryTurnoverRateError {
ZeroTurnoverHabitat,
}
Variants§
ZeroTurnoverHabitat
There is some location with zero turnover and non-zero habitat.
Trait Implementations§
source§impl Debug for InMemoryTurnoverRateError
impl Debug for InMemoryTurnoverRateError
Auto Trait Implementations§
impl Freeze for InMemoryTurnoverRateError
impl RefUnwindSafe for InMemoryTurnoverRateError
impl Send for InMemoryTurnoverRateError
impl Sync for InMemoryTurnoverRateError
impl Unpin for InMemoryTurnoverRateError
impl UnwindSafe for InMemoryTurnoverRateError
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
§impl<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more