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