pub struct LinkingConfig {
pub exclude: HashSet<String>,
pub autolink_field: String,
}Expand description
Global linking behavior.
Fields§
§exclude: HashSet<String>Page names to never auto-link.
autolink_field: StringFrontmatter field for per-page auto-link opt-out.
Trait Implementations§
Source§impl Clone for LinkingConfig
impl Clone for LinkingConfig
Source§fn clone(&self) -> LinkingConfig
fn clone(&self) -> LinkingConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LinkingConfig
impl RefUnwindSafe for LinkingConfig
impl Send for LinkingConfig
impl Sync for LinkingConfig
impl Unpin for LinkingConfig
impl UnsafeUnpin for LinkingConfig
impl UnwindSafe for LinkingConfig
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