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