pub enum CppQtFileGenerationEvent {
FillCppQtFiles,
GenerateCppQtCode,
GenerateCppQtFiles,
FillCodeInCppQtFiles,
GenerateCppQtPrompt,
}Variants§
Trait Implementations§
Source§impl Clone for CppQtFileGenerationEvent
impl Clone for CppQtFileGenerationEvent
Source§fn clone(&self) -> CppQtFileGenerationEvent
fn clone(&self) -> CppQtFileGenerationEvent
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 CppQtFileGenerationEvent
impl Debug for CppQtFileGenerationEvent
Source§impl Hash for CppQtFileGenerationEvent
impl Hash for CppQtFileGenerationEvent
Source§impl PartialEq for CppQtFileGenerationEvent
impl PartialEq for CppQtFileGenerationEvent
Source§impl Serialize for CppQtFileGenerationEvent
impl Serialize for CppQtFileGenerationEvent
impl Eq for CppQtFileGenerationEvent
impl StructuralPartialEq for CppQtFileGenerationEvent
Auto Trait Implementations§
impl Freeze for CppQtFileGenerationEvent
impl RefUnwindSafe for CppQtFileGenerationEvent
impl Send for CppQtFileGenerationEvent
impl Sync for CppQtFileGenerationEvent
impl Unpin for CppQtFileGenerationEvent
impl UnsafeUnpin for CppQtFileGenerationEvent
impl UnwindSafe for CppQtFileGenerationEvent
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