Struct rust_texas::document::DocumentClass
source · pub struct DocumentClass { /* private fields */ }Expand description
Wrapper around DocumentClassType, contains whatever options you want to add.
Nothing prevents you from adding absolute gibberish as an option. If you want those
restrictions implemented, please put up an issue.
Implementations§
Trait Implementations§
source§impl Opt for DocumentClass
impl Opt for DocumentClass
fn add_option(&mut self, opt: &str)
Auto Trait Implementations§
impl RefUnwindSafe for DocumentClass
impl Send for DocumentClass
impl Sync for DocumentClass
impl Unpin for DocumentClass
impl UnwindSafe for DocumentClass
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