pub struct WebUrl { /* private fields */ }
Expand description
A web-based URL.
Implementations§
Trait Implementations§
source§impl Ord for WebUrl
impl Ord for WebUrl
source§impl PartialEq for WebUrl
impl PartialEq for WebUrl
source§impl PartialOrd for WebUrl
impl PartialOrd for WebUrl
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for WebUrl
impl StructuralPartialEq 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