pub struct Settings { /* private fields */ }
Implementations§
Source§impl Settings
impl Settings
pub fn new() -> Settings
pub fn doc_id(self, id: impl Into<String>) -> Self
pub fn default_tab_stop(self, tab_stop: usize) -> Self
pub fn add_doc_var( self, name: impl Into<String>, val: impl Into<String>, ) -> Self
pub fn even_and_odd_headers(self) -> Self
pub fn adjust_line_height_in_table(self) -> Self
pub fn character_spacing_control(self, val: CharacterSpacingValues) -> Self
Trait Implementations§
impl StructuralPartialEq for Settings
Auto Trait Implementations§
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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