[−][src]Struct bloguen::ops::BlogueDescriptorIndex
Metadata pertaining specifically to generating an index file.
Fields
header_file: (String, PathBuf)Data to put start index HTML with, templated.
Default: "$ROOT/index_header.html", then "$ROOT/index_header.htm",
then "$ROOT/idx_header.html", then "$ROOT/idx_header.htm".
center_file: (String, PathBuf)Data to put in index HTML for each post, templated.
Default: "$ROOT/index_center.html", then "$ROOT/index_center.htm",
then "$ROOT/idx_center.html", then "$ROOT/idx_center.htm".
Data to put to end index HTML with, templated.
Default: "$ROOT/index_footer.html", then "$ROOT/index_footer.htm",
then "$ROOT/idx_footer.html", then "$ROOT/idx_footer.htm".
center_order: CenterOrderThe order to put center templates in.
If not present, defaults to forward.
styles: Vec<StyleElement>A set of style descriptors.
If not present, defaults to empty.
scripts: Vec<ScriptElement>A set of style descriptors.
If not present, defaults to empty.
data: BTreeMap<String, String>Additional static data to substitute in header and footer.
If not present, defaults to empty.
Trait Implementations
impl Eq for BlogueDescriptorIndex[src]
impl Clone for BlogueDescriptorIndex[src]
fn clone(&self) -> BlogueDescriptorIndex[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialOrd<BlogueDescriptorIndex> for BlogueDescriptorIndex[src]
fn partial_cmp(&self, other: &BlogueDescriptorIndex) -> Option<Ordering>[src]
fn lt(&self, other: &BlogueDescriptorIndex) -> bool[src]
fn le(&self, other: &BlogueDescriptorIndex) -> bool[src]
fn gt(&self, other: &BlogueDescriptorIndex) -> bool[src]
fn ge(&self, other: &BlogueDescriptorIndex) -> bool[src]
impl PartialEq<BlogueDescriptorIndex> for BlogueDescriptorIndex[src]
fn eq(&self, other: &BlogueDescriptorIndex) -> bool[src]
fn ne(&self, other: &BlogueDescriptorIndex) -> bool[src]
impl Ord for BlogueDescriptorIndex[src]
fn cmp(&self, other: &BlogueDescriptorIndex) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0[src]
fn clamp(self, min: Self, max: Self) -> Self[src]
impl Hash for BlogueDescriptorIndex[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Debug for BlogueDescriptorIndex[src]
Auto Trait Implementations
impl Send for BlogueDescriptorIndex
impl Unpin for BlogueDescriptorIndex
impl Sync for BlogueDescriptorIndex
impl UnwindSafe for BlogueDescriptorIndex
impl RefUnwindSafe for BlogueDescriptorIndex
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, [src]
V: MultiLane<T>,