pub struct InputOptions {
pub noerror: bool,
pub reloadable: bool,
pub file_type: Option<String>,
}Expand description
configuration for input of a TeX source (content files mostly)
Fields§
§noerror: bool§reloadable: bool§file_type: Option<String>Trait Implementations§
Source§impl Clone for InputOptions
impl Clone for InputOptions
Source§fn clone(&self) -> InputOptions
fn clone(&self) -> InputOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InputOptions
impl Debug for InputOptions
Source§impl Default for InputOptions
impl Default for InputOptions
Source§fn default() -> InputOptions
fn default() -> InputOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InputOptions
impl RefUnwindSafe for InputOptions
impl Send for InputOptions
impl Sync for InputOptions
impl Unpin for InputOptions
impl UnsafeUnpin for InputOptions
impl UnwindSafe for InputOptions
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