pub struct DefaultCommandHasher;Implementations§
Trait Implementations§
Source§impl Clone for DefaultCommandHasher
impl Clone for DefaultCommandHasher
Source§fn clone(&self) -> DefaultCommandHasher
fn clone(&self) -> DefaultCommandHasher
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 CommandHasher for DefaultCommandHasher
impl CommandHasher for DefaultCommandHasher
fn command_hash<C: Command>( &self, command: &C, ) -> Result<CommandHash, CommandHasherError>
Source§impl Debug for DefaultCommandHasher
impl Debug for DefaultCommandHasher
Source§impl Default for DefaultCommandHasher
impl Default for DefaultCommandHasher
Source§fn default() -> DefaultCommandHasher
fn default() -> DefaultCommandHasher
Returns the “default value” for a type. Read more
impl Copy for DefaultCommandHasher
Auto Trait Implementations§
impl Freeze for DefaultCommandHasher
impl RefUnwindSafe for DefaultCommandHasher
impl Send for DefaultCommandHasher
impl Sync for DefaultCommandHasher
impl Unpin for DefaultCommandHasher
impl UnwindSafe for DefaultCommandHasher
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