pub struct SsrfDetector;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SsrfDetector
impl RefUnwindSafe for SsrfDetector
impl Send for SsrfDetector
impl Sync for SsrfDetector
impl Unpin for SsrfDetector
impl UnsafeUnpin for SsrfDetector
impl UnwindSafe for SsrfDetector
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