pub struct UriSchemeResponder(/* private fields */);Expand description
Async uri scheme protocol responder.
Implementations§
Auto Trait Implementations§
impl Freeze for UriSchemeResponder
impl !RefUnwindSafe for UriSchemeResponder
impl Send for UriSchemeResponder
impl !Sync for UriSchemeResponder
impl Unpin for UriSchemeResponder
impl !UnwindSafe for UriSchemeResponder
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