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