Struct planus_cli::codegen::rust::StructField [−][src]
pub struct StructField {
pub name: String,
pub owned_type: String,
pub getter_return_type: String,
pub getter_code: String,
}Fields
name: Stringowned_type: Stringgetter_return_type: Stringgetter_code: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StructField
impl Send for StructField
impl Sync for StructField
impl Unpin for StructField
impl UnwindSafe for StructField
Blanket Implementations
Mutably borrows from an owned value. Read more
