pub struct StructFieldDescription {
pub docs: Vec<String>,
pub name: String,
pub field_type: TypeNames,
}
Fields§
§docs: Vec<String>
§name: String
§field_type: TypeNames
Implementations§
Trait Implementations§
Source§impl Clone for StructFieldDescription
impl Clone for StructFieldDescription
Source§fn clone(&self) -> StructFieldDescription
fn clone(&self) -> StructFieldDescription
Returns a copy of the value. Read more
1.0.0 · 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 StructFieldDescription
impl Debug for StructFieldDescription
Source§impl PartialEq for StructFieldDescription
impl PartialEq for StructFieldDescription
impl Eq for StructFieldDescription
impl StructuralPartialEq for StructFieldDescription
Auto Trait Implementations§
impl Freeze for StructFieldDescription
impl RefUnwindSafe for StructFieldDescription
impl Send for StructFieldDescription
impl Sync for StructFieldDescription
impl Unpin for StructFieldDescription
impl UnwindSafe for StructFieldDescription
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