pub struct UrlDedup { /* private fields */ }Expand description
Deduplication by URL
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for UrlDedup
impl RefUnwindSafe for UrlDedup
impl Send for UrlDedup
impl Sync for UrlDedup
impl Unpin for UrlDedup
impl UnwindSafe for UrlDedup
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