pub struct PathHash;Implementations§
Source§impl PathHash
impl PathHash
pub fn operator_call_2(&self, mapping: &GenericPackMapping) -> usize
Source§impl PathHash
impl PathHash
pub fn operator_property(&self, prop: &Property) -> usize
pub fn operator_index(&self, idx: &Index) -> usize
pub fn operator_type_field(&self, field: &TypeField) -> usize
pub fn operator_pack_field(&self, field: &PackField) -> usize
pub fn operator_pack_slice(&self, slice: &PackSlice) -> usize
pub fn operator_reduction(&self, reduction: &Reduction) -> usize
pub fn operator_generic_pack_mapping( &self, mapping: &GenericPackMapping, ) -> usize
pub fn operator_component(&self, component: &Component) -> usize
pub fn operator_path(&self, path: &Path) -> usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathHash
impl RefUnwindSafe for PathHash
impl Send for PathHash
impl Sync for PathHash
impl Unpin for PathHash
impl UnsafeUnpin for PathHash
impl UnwindSafe for PathHash
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