Struct planus_cli::codegen::rust::TableField [−][src]
pub struct TableField {
pub name: String,
pub primitive_size: u32,
pub vtable_type: String,
pub owned_type: String,
pub read_type: String,
pub create_name: String,
pub create_trait: String,
pub required: bool,
pub serialize_default: Option<Cow<'static, str>>,
pub deserialize_default: Option<Cow<'static, str>>,
}Fields
name: Stringprimitive_size: u32vtable_type: Stringowned_type: Stringread_type: Stringcreate_name: Stringcreate_trait: Stringrequired: boolserialize_default: Option<Cow<'static, str>>deserialize_default: Option<Cow<'static, str>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableField
impl Send for TableField
impl Sync for TableField
impl Unpin for TableField
impl UnwindSafe for TableField
Blanket Implementations
Mutably borrows from an owned value. Read more
