pub struct ExternalUrl {
pub url: String,
}Expand description
External URL link target (not resolved to an in-manual entity).
Fields§
§url: StringAbsolute or relative URL string as authored.
Trait Implementations§
Source§impl Clone for ExternalUrl
impl Clone for ExternalUrl
Source§fn clone(&self) -> ExternalUrl
fn clone(&self) -> ExternalUrl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExternalUrl
impl Debug for ExternalUrl
impl Eq for ExternalUrl
Source§impl Hash for ExternalUrl
impl Hash for ExternalUrl
Source§impl PartialEq for ExternalUrl
impl PartialEq for ExternalUrl
Source§fn eq(&self, other: &ExternalUrl) -> bool
fn eq(&self, other: &ExternalUrl) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalUrl
Auto Trait Implementations§
impl Freeze for ExternalUrl
impl RefUnwindSafe for ExternalUrl
impl Send for ExternalUrl
impl Sync for ExternalUrl
impl Unpin for ExternalUrl
impl UnsafeUnpin for ExternalUrl
impl UnwindSafe for ExternalUrl
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