pub struct UrlRaw<'s> {
pub raw: &'s str,
pub escaped: bool,
}Fields§
§raw: &'s str§escaped: boolTrait Implementations§
Source§impl<'s> PartialEq for UrlRaw<'s>
impl<'s> PartialEq for UrlRaw<'s>
impl<'s> StructuralPartialEq for UrlRaw<'s>
Auto Trait Implementations§
impl<'s> Freeze for UrlRaw<'s>
impl<'s> RefUnwindSafe for UrlRaw<'s>
impl<'s> Send for UrlRaw<'s>
impl<'s> Sync for UrlRaw<'s>
impl<'s> Unpin for UrlRaw<'s>
impl<'s> UnsafeUnpin for UrlRaw<'s>
impl<'s> UnwindSafe for UrlRaw<'s>
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