pub struct MavField {
pub mavtype: MavType,
pub name: String,
pub description: Option<String>,
pub enumtype: Option<String>,
pub display: Option<String>,
pub is_extension: bool,
}Fields§
§mavtype: MavType§name: String§description: Option<String>§enumtype: Option<String>§display: Option<String>§is_extension: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for MavField
impl<'de> Deserialize<'de> for MavField
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 StructuralPartialEq for MavField
Auto Trait Implementations§
impl Freeze for MavField
impl RefUnwindSafe for MavField
impl Send for MavField
impl Sync for MavField
impl Unpin for MavField
impl UnsafeUnpin for MavField
impl UnwindSafe for MavField
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