Struct texlang_stdlib::ErrorCase
source · pub struct ErrorCase {
pub description: &'static str,
pub source_code: &'static str,
}
Expand description
A TeX snippet that exercises some error case in the standard library.
Fields§
§description: &'static str
§source_code: &'static str
Implementations§
Auto Trait Implementations§
impl Freeze for ErrorCase
impl RefUnwindSafe for ErrorCase
impl Send for ErrorCase
impl Sync for ErrorCase
impl Unpin for ErrorCase
impl UnwindSafe for ErrorCase
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