pub enum C3Error {
BaseClassDoesNotExists(String),
EmptySet,
PushingEmptySet,
NoMoreCandidates,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for C3Error
impl RefUnwindSafe for C3Error
impl Send for C3Error
impl Sync for C3Error
impl Unpin for C3Error
impl UnwindSafe for C3Error
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