pub struct BibliographyOptions {
pub hanging_indent: Option<String>,
pub second_field_align: Option<String>,
pub line_spacing: Option<String>,
pub entry_spacing: Option<String>,
pub subsequent_author_substitute: Option<String>,
pub subsequent_author_substitute_rule: Option<String>,
pub names: InheritableNameOptions,
}Expand description
<bibliography> options retained but not evaluated.
Fields§
§hanging_indent: Option<String>§second_field_align: Option<String>§line_spacing: Option<String>§entry_spacing: Option<String>§names: InheritableNameOptionsInheritable name options set as <bibliography>-level defaults.
Trait Implementations§
Source§impl Clone for BibliographyOptions
impl Clone for BibliographyOptions
Source§fn clone(&self) -> BibliographyOptions
fn clone(&self) -> BibliographyOptions
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 moreSource§impl Debug for BibliographyOptions
impl Debug for BibliographyOptions
Source§impl Default for BibliographyOptions
impl Default for BibliographyOptions
Source§fn default() -> BibliographyOptions
fn default() -> BibliographyOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for BibliographyOptions
impl PartialEq for BibliographyOptions
impl Eq for BibliographyOptions
impl StructuralPartialEq for BibliographyOptions
Auto Trait Implementations§
impl Freeze for BibliographyOptions
impl RefUnwindSafe for BibliographyOptions
impl Send for BibliographyOptions
impl Sync for BibliographyOptions
impl Unpin for BibliographyOptions
impl UnsafeUnpin for BibliographyOptions
impl UnwindSafe for BibliographyOptions
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