pub struct Dxfs {
pub count: Option<u32>,
pub dxfs: Vec<Dxf>,
}Expand description
Differential formats container (for conditional formatting).
Fields§
§count: Option<u32>§dxfs: Vec<Dxf>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dxfs
impl<'de> Deserialize<'de> for Dxfs
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 Dxfs
Auto Trait Implementations§
impl Freeze for Dxfs
impl RefUnwindSafe for Dxfs
impl Send for Dxfs
impl Sync for Dxfs
impl Unpin for Dxfs
impl UnwindSafe for Dxfs
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