pub struct StructFields {
pub fields: Vec<StructField>,
}Expand description
A List of named fields of a struct.
Fields§
§fields: Vec<StructField>the fields
Trait Implementations§
Source§impl Clone for StructFields
impl Clone for StructFields
Source§fn clone(&self) -> StructFields
fn clone(&self) -> StructFields
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StructFields
impl Debug for StructFields
impl Eq for StructFields
Source§impl PartialEq for StructFields
impl PartialEq for StructFields
impl StructuralPartialEq for StructFields
Auto Trait Implementations§
impl Freeze for StructFields
impl RefUnwindSafe for StructFields
impl Send for StructFields
impl Sync for StructFields
impl Unpin for StructFields
impl UnsafeUnpin for StructFields
impl UnwindSafe for StructFields
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