pub struct FieldInfo<'a> {
pub field_name: &'a str,
pub field_type: &'a str,
}
Fields§
§field_name: &'a str
§field_type: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FieldInfo<'a>
impl<'a> RefUnwindSafe for FieldInfo<'a>
impl<'a> Send for FieldInfo<'a>
impl<'a> Sync for FieldInfo<'a>
impl<'a> Unpin for FieldInfo<'a>
impl<'a> UnwindSafe for FieldInfo<'a>
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