Enum nimble_rust::combinator::CombinatorError
source · pub enum CombinatorError {
NotReadyToProduceStep {
can_provide: usize,
can_not_provide: usize,
},
OtherError,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CombinatorError
impl RefUnwindSafe for CombinatorError
impl Send for CombinatorError
impl Sync for CombinatorError
impl Unpin for CombinatorError
impl UnwindSafe for CombinatorError
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