pub struct DeclHash(/* private fields */);Expand description
Token sequence hash for declaration fingerprinting
Implementations§
Trait Implementations§
impl Eq for DeclHash
impl StructuralPartialEq for DeclHash
Auto Trait Implementations§
impl Freeze for DeclHash
impl RefUnwindSafe for DeclHash
impl Send for DeclHash
impl Sync for DeclHash
impl Unpin for DeclHash
impl UnsafeUnpin for DeclHash
impl UnwindSafe for DeclHash
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