pub struct BacklinkEntry {
pub slug: String,
pub title: String,
}Expand description
A single backlink entry (page that links to the current page).
Fields§
§slug: String§title: StringTrait Implementations§
Source§impl Debug for BacklinkEntry
impl Debug for BacklinkEntry
Auto Trait Implementations§
impl Freeze for BacklinkEntry
impl RefUnwindSafe for BacklinkEntry
impl Send for BacklinkEntry
impl Sync for BacklinkEntry
impl Unpin for BacklinkEntry
impl UnsafeUnpin for BacklinkEntry
impl UnwindSafe for BacklinkEntry
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