pub struct FieldInfo {
pub meta: Meta,
pub name: String,
pub tag: Option<String>,
pub embedded_indices: Option<Vec<usize>>,
}
Fields§
§meta: Meta
§name: String
§tag: Option<String>
§embedded_indices: Option<Vec<usize>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
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