pub enum GeneratorError {
NotAProgram,
}Variants§
NotAProgram
Trait Implementations§
Source§impl Clone for GeneratorError
impl Clone for GeneratorError
Source§fn clone(&self) -> GeneratorError
fn clone(&self) -> GeneratorError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GeneratorError
impl Debug for GeneratorError
Source§impl Display for GeneratorError
impl Display for GeneratorError
Source§impl PartialEq for GeneratorError
impl PartialEq for GeneratorError
impl StructuralPartialEq for GeneratorError
Auto Trait Implementations§
impl Freeze for GeneratorError
impl RefUnwindSafe for GeneratorError
impl Send for GeneratorError
impl Sync for GeneratorError
impl Unpin for GeneratorError
impl UnwindSafe for GeneratorError
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