pub struct WebUrl { /* private fields */ }
Expand description
Implementations§
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