Enum c3_lang_linearization::C3Error
source · [−]pub enum C3Error {
BaseClassDoesNotExists(String),
EmptySet,
PushingEmptySet,
NoMoreCandidates,
}Variants
BaseClassDoesNotExists(String)
EmptySet
PushingEmptySet
NoMoreCandidates
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for C3Error
impl Send for C3Error
impl Sync for C3Error
impl Unpin for C3Error
impl UnwindSafe for C3Error
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more