pub struct HttpDestinationDetector {}Trait Implementations§
Source§impl Debug for HttpDestinationDetector
impl Debug for HttpDestinationDetector
Source§impl Default for HttpDestinationDetector
impl Default for HttpDestinationDetector
Source§fn default() -> HttpDestinationDetector
fn default() -> HttpDestinationDetector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpDestinationDetector
impl RefUnwindSafe for HttpDestinationDetector
impl Send for HttpDestinationDetector
impl Sync for HttpDestinationDetector
impl Unpin for HttpDestinationDetector
impl UnwindSafe for HttpDestinationDetector
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