pub struct Field_ {
pub table: Table,
pub schema_id: SchemaFieldId,
pub id: String,
pub type_: FieldType,
}Fields§
§table: Table§schema_id: SchemaFieldId§id: String§type_: FieldTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Field_
impl !RefUnwindSafe for Field_
impl !Send for Field_
impl !Sync for Field_
impl Unpin for Field_
impl !UnwindSafe for Field_
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