pub struct FieldInfo {
pub name: &'static str,
pub ty: &'static str,
pub vis: &'static str,
pub tags: Tags,
pub size: usize,
}Fields§
§name: &'static str§ty: &'static str§vis: &'static str§size: usizeImplementations§
Trait Implementations§
Source§impl Ord for FieldInfo
impl Ord for FieldInfo
Source§impl PartialOrd for FieldInfo
impl PartialOrd for FieldInfo
impl Copy for FieldInfo
impl Eq for FieldInfo
impl StructuralPartialEq for FieldInfo
Auto Trait Implementations§
impl Freeze for FieldInfo
impl RefUnwindSafe for FieldInfo
impl Send for FieldInfo
impl Sync for FieldInfo
impl Unpin for FieldInfo
impl UnwindSafe for FieldInfo
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