pub struct FragmentIdentifier<'a>(/* private fields */);
Expand description
The URL’s fragment identifier (after #
)
Implementations§
Source§impl<'a> FragmentIdentifier<'a>
impl<'a> FragmentIdentifier<'a>
Sourcepub fn to_percent_encoded(&self) -> String
pub fn to_percent_encoded(&self) -> String
Like in a parsed URL
Auto Trait Implementations§
impl<'a> Freeze for FragmentIdentifier<'a>
impl<'a> RefUnwindSafe for FragmentIdentifier<'a>
impl<'a> Send for FragmentIdentifier<'a>
impl<'a> Sync for FragmentIdentifier<'a>
impl<'a> Unpin for FragmentIdentifier<'a>
impl<'a> UnwindSafe for FragmentIdentifier<'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