pub struct PageExtLinkEntry {
pub page: PageContext,
pub url: String,
}Expand description
A single external link from a prop=extlinks response.
Fields§
§page: PageContextMetadata about the page containing this external link.
url: StringThe external URL.
Trait Implementations§
Source§impl Clone for PageExtLinkEntry
impl Clone for PageExtLinkEntry
Source§fn clone(&self) -> PageExtLinkEntry
fn clone(&self) -> PageExtLinkEntry
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 PageExtLinkEntry
impl Debug for PageExtLinkEntry
impl Eq for PageExtLinkEntry
Source§impl PageQueryResult for PageExtLinkEntry
impl PageQueryResult for PageExtLinkEntry
Source§impl PartialEq for PageExtLinkEntry
impl PartialEq for PageExtLinkEntry
impl StructuralPartialEq for PageExtLinkEntry
Auto Trait Implementations§
impl Freeze for PageExtLinkEntry
impl RefUnwindSafe for PageExtLinkEntry
impl Send for PageExtLinkEntry
impl Sync for PageExtLinkEntry
impl Unpin for PageExtLinkEntry
impl UnsafeUnpin for PageExtLinkEntry
impl UnwindSafe for PageExtLinkEntry
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