Struct url::urlutils::UrlUtilsWrapper
source · pub struct UrlUtilsWrapper<'a> {
pub url: &'a mut Url,
pub parser: &'a UrlParser<'a>,
}Fields§
§url: &'a mut Url§parser: &'a UrlParser<'a>Auto Trait Implementations§
impl<'a> Freeze for UrlUtilsWrapper<'a>
impl<'a> RefUnwindSafe for UrlUtilsWrapper<'a>
impl<'a> Send for UrlUtilsWrapper<'a>
impl<'a> Sync for UrlUtilsWrapper<'a>
impl<'a> Unpin for UrlUtilsWrapper<'a>
impl<'a> !UnwindSafe for UrlUtilsWrapper<'a>
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