Struct texlang::error::SimpleFailedPreconditionError
source · pub struct SimpleFailedPreconditionError {
pub title: String,
pub text_notes: Vec<String>,
}
Fields§
§title: String
§text_notes: Vec<String>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SimpleFailedPreconditionError
impl Send for SimpleFailedPreconditionError
impl Sync for SimpleFailedPreconditionError
impl Unpin for SimpleFailedPreconditionError
impl UnwindSafe for SimpleFailedPreconditionError
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