Enum rust_texas::document::DocumentClassType
source · pub enum DocumentClassType {
Article,
Part,
Report,
Book,
}Expand description
Currently, only these four types are supported. There is also nothing preventing you from putting a \part{} in a document of class “part”, but latex will show an error. If you want those restrictions to be implemented, please put up an issue
Variants§
Trait Implementations§
source§impl Display for DocumentClassType
impl Display for DocumentClassType
Auto Trait Implementations§
impl RefUnwindSafe for DocumentClassType
impl Send for DocumentClassType
impl Sync for DocumentClassType
impl Unpin for DocumentClassType
impl UnwindSafe for DocumentClassType
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