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§
impl Eq for WebUrl
Source§impl Ord for WebUrl
impl Ord for WebUrl
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl Freeze for WebUrl
impl RefUnwindSafe for WebUrl
impl Send for WebUrl
impl Sync for WebUrl
impl Unpin for WebUrl
impl UnsafeUnpin 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