pub struct FieldItem {
pub field_type: Type,
pub field_name: String,
}
Fields§
§field_type: Type
§field_name: String
Trait Implementations§
impl StructuralPartialEq for FieldItem
Auto Trait Implementations§
impl Freeze for FieldItem
impl RefUnwindSafe for FieldItem
impl Send for FieldItem
impl Sync for FieldItem
impl Unpin for FieldItem
impl UnwindSafe for FieldItem
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