pub struct FieldSpec {
pub mapped_name: String,
pub rust_name: String,
pub key: String,
pub key_type: FieldKeyType,
pub field_type: FieldType,
pub doc: Option<String>,
}Fields§
§mapped_name: String§rust_name: String§key: String§key_type: FieldKeyType§field_type: FieldType§doc: Option<String>Implementations§
Trait Implementations§
impl Eq for FieldSpec
impl StructuralPartialEq for FieldSpec
Auto Trait Implementations§
impl Freeze for FieldSpec
impl RefUnwindSafe for FieldSpec
impl Send for FieldSpec
impl Sync for FieldSpec
impl Unpin for FieldSpec
impl UnsafeUnpin for FieldSpec
impl UnwindSafe for FieldSpec
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