pub struct UrlEntry {
pub url: Url,
pub label: Option<String>,
}
Expand description
A URL entry in the URL field.
Fields§
§url: Url
URL
label: Option<String>
Optional label for the URL.
Trait Implementations§
impl Eq for UrlEntry
impl StructuralPartialEq for UrlEntry
Auto Trait Implementations§
impl Freeze for UrlEntry
impl RefUnwindSafe for UrlEntry
impl Send for UrlEntry
impl Sync for UrlEntry
impl Unpin for UrlEntry
impl UnwindSafe for UrlEntry
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