pub struct EntityHash;Expand description
A BuildHasher that results in a EntityHasher.
Trait Implementations§
Source§impl BuildHasher for EntityHash
impl BuildHasher for EntityHash
Source§impl Clone for EntityHash
impl Clone for EntityHash
Source§fn clone(&self) -> EntityHash
fn clone(&self) -> EntityHash
Returns a duplicate 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 EntityHash
impl Debug for EntityHash
Source§impl Default for EntityHash
impl Default for EntityHash
Source§fn default() -> EntityHash
fn default() -> EntityHash
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntityHash
impl RefUnwindSafe for EntityHash
impl Send for EntityHash
impl Sync for EntityHash
impl Unpin for EntityHash
impl UnwindSafe for EntityHash
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FromWorld for Twhere
T: Default,
impl<T> FromWorld for Twhere
T: Default,
Source§fn from_world(_world: &mut World) -> T
fn from_world(_world: &mut World) -> T
Creates Self using default().
Source§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
Source§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.