pub struct WebUrl {
pub name: &'static str,
pub url: &'static str,
}Expand description
A named URL.
Fields§
§name: &'static strDisplay name.
url: &'static strThe URL.
Trait Implementations§
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