Struct planus_cli::codegen::rust::Union [−][src]
pub struct Union {
pub owned_name: String,
pub ref_name: String,
pub ref_name_with_lifetime: String,
}Fields
owned_name: Stringref_name: Stringref_name_with_lifetime: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Union
impl UnwindSafe for Union
Blanket Implementations
Mutably borrows from an owned value. Read more
