pub enum AstBuilderValidationErrorType {
SyntaxError,
ReferenceError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstBuilderValidationErrorType
impl RefUnwindSafe for AstBuilderValidationErrorType
impl Send for AstBuilderValidationErrorType
impl Sync for AstBuilderValidationErrorType
impl Unpin for AstBuilderValidationErrorType
impl UnwindSafe for AstBuilderValidationErrorType
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