pub enum GeneratorError {
StringNotInStringPool,
IOError(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for GeneratorError
impl Debug 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