pub struct FieldInformationArray {
pub header: Header,
pub fields: Vec<FieldInformation>,
}Fields§
§header: Header§fields: Vec<FieldInformation>Trait Implementations§
Source§impl Clone for FieldInformationArray
impl Clone for FieldInformationArray
Source§fn clone(&self) -> FieldInformationArray
fn clone(&self) -> FieldInformationArray
Returns a duplicate 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 FieldInformationArray
impl Debug for FieldInformationArray
Source§impl Default for FieldInformationArray
impl Default for FieldInformationArray
Source§impl<'de> Deserialize<'de> for FieldInformationArray
impl<'de> Deserialize<'de> for FieldInformationArray
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
Source§impl PartialEq for FieldInformationArray
impl PartialEq for FieldInformationArray
Source§impl Serialize for FieldInformationArray
impl Serialize for FieldInformationArray
impl Message for FieldInformationArray
impl StructuralPartialEq for FieldInformationArray
Auto Trait Implementations§
impl Freeze for FieldInformationArray
impl RefUnwindSafe for FieldInformationArray
impl Send for FieldInformationArray
impl Sync for FieldInformationArray
impl Unpin for FieldInformationArray
impl UnwindSafe for FieldInformationArray
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