pub struct DirectoryConfig {
pub path: String,
pub autolink: bool,
}Expand description
A directory containing wiki pages.
Fields§
§path: StringPath relative to wiki root.
autolink: boolWhether pages in this directory feed bare mention detection.
Trait Implementations§
Source§impl Clone for DirectoryConfig
impl Clone for DirectoryConfig
Source§fn clone(&self) -> DirectoryConfig
fn clone(&self) -> DirectoryConfig
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 DirectoryConfig
impl RefUnwindSafe for DirectoryConfig
impl Send for DirectoryConfig
impl Sync for DirectoryConfig
impl Unpin for DirectoryConfig
impl UnsafeUnpin for DirectoryConfig
impl UnwindSafe for DirectoryConfig
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