Struct planus_cli::codegen::rust::UnionVariant [−][src]
pub struct UnionVariant {
pub create_name: String,
pub create_trait: String,
pub enum_name: String,
pub owned_type: String,
pub ref_type: String,
}Fields
create_name: Stringcreate_trait: Stringenum_name: Stringowned_type: Stringref_type: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnionVariant
impl Send for UnionVariant
impl Sync for UnionVariant
impl Unpin for UnionVariant
impl UnwindSafe for UnionVariant
Blanket Implementations
Mutably borrows from an owned value. Read more
