pub struct HashKeyCloningCheck {
record: Vec<(Span, Span)>,
}
Fields§
§record: Vec<(Span, Span)>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashKeyCloningCheck
impl RefUnwindSafe for HashKeyCloningCheck
impl Send for HashKeyCloningCheck
impl Sync for HashKeyCloningCheck
impl Unpin for HashKeyCloningCheck
impl UnwindSafe for HashKeyCloningCheck
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