pub struct WebUrl { /* private fields */ }
Expand description
Implementations§
Source§impl WebUrl
Fragment Mutation
impl WebUrl
Fragment Mutation
Sourcepub fn set_fragment<'a, F>(&mut self, fragment: F)
pub fn set_fragment<'a, F>(&mut self, fragment: F)
Sets the fragment
.
Sourcepub fn with_fragment<'a, F>(self, fragment: F) -> Self
pub fn with_fragment<'a, F>(self, fragment: F) -> Self
Sets the fragment
.
Trait Implementations§
Source§impl Ord for WebUrl
impl Ord for WebUrl
Source§impl PartialOrd for WebUrl
impl PartialOrd for WebUrl
impl Eq for WebUrl
Auto Trait Implementations§
impl Freeze for WebUrl
impl RefUnwindSafe for WebUrl
impl Send for WebUrl
impl Sync for WebUrl
impl Unpin for WebUrl
impl UnwindSafe for WebUrl
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