#[repr(u8)]pub enum worldgen__pool_alias_binding {
random = 0,
random_group = 1,
direct = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for worldgen__pool_alias_binding
impl Clone for worldgen__pool_alias_binding
Source§fn clone(&self) -> worldgen__pool_alias_binding
fn clone(&self) -> worldgen__pool_alias_binding
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for worldgen__pool_alias_binding
impl Debug for worldgen__pool_alias_binding
Source§impl Hash for worldgen__pool_alias_binding
impl Hash for worldgen__pool_alias_binding
Source§impl PartialEq for worldgen__pool_alias_binding
impl PartialEq for worldgen__pool_alias_binding
Source§fn eq(&self, other: &worldgen__pool_alias_binding) -> bool
fn eq(&self, other: &worldgen__pool_alias_binding) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Write for worldgen__pool_alias_binding
impl Write for worldgen__pool_alias_binding
impl Copy for worldgen__pool_alias_binding
impl Eq for worldgen__pool_alias_binding
impl StructuralPartialEq for worldgen__pool_alias_binding
Auto Trait Implementations§
impl Freeze for worldgen__pool_alias_binding
impl RefUnwindSafe for worldgen__pool_alias_binding
impl Send for worldgen__pool_alias_binding
impl Sync for worldgen__pool_alias_binding
impl Unpin for worldgen__pool_alias_binding
impl UnwindSafe for worldgen__pool_alias_binding
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