struct ParsedFields {
fields: Vec<RustField>,
flattened: bool,
}Fields§
§fields: Vec<RustField>§flattened: boolWhether the struct flattens another type in — the envelope marker.
Trait Implementations§
Source§impl Debug for ParsedFields
impl Debug for ParsedFields
Source§impl Default for ParsedFields
impl Default for ParsedFields
Source§fn default() -> ParsedFields
fn default() -> ParsedFields
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParsedFields
impl RefUnwindSafe for ParsedFields
impl Send for ParsedFields
impl Sync for ParsedFields
impl Unpin for ParsedFields
impl UnsafeUnpin for ParsedFields
impl UnwindSafe for ParsedFields
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