Enum SetDefinitionError
pub enum SetDefinitionError {
DefinitionRequired,
SymbolCannotBeDefined,
SymbolNotFound,
AlreadyDefined,
}Expand description
Errors returned by SymbolTable::set_definition.
Variants§
Auto Trait Implementations§
impl Freeze for SetDefinitionError
impl RefUnwindSafe for SetDefinitionError
impl Send for SetDefinitionError
impl Sync for SetDefinitionError
impl Unpin for SetDefinitionError
impl UnwindSafe for SetDefinitionError
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