pub struct FieldSummary {
pub name: String,
pub typ: String,
}Fields§
§name: String§typ: StringTrait Implementations§
Source§impl Clone for FieldSummary
impl Clone for FieldSummary
Source§fn clone(&self) -> FieldSummary
fn clone(&self) -> FieldSummary
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 FieldSummary
impl Debug for FieldSummary
Source§impl<'de> Deserialize<'de> for FieldSummary
impl<'de> Deserialize<'de> for FieldSummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FieldSummary
Source§impl PartialEq for FieldSummary
impl PartialEq for FieldSummary
Source§fn eq(&self, other: &FieldSummary) -> bool
fn eq(&self, other: &FieldSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FieldSummary
impl Serialize for FieldSummary
impl StructuralPartialEq for FieldSummary
Auto Trait Implementations§
impl Freeze for FieldSummary
impl RefUnwindSafe for FieldSummary
impl Send for FieldSummary
impl Sync for FieldSummary
impl Unpin for FieldSummary
impl UnsafeUnpin for FieldSummary
impl UnwindSafe for FieldSummary
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