pub struct Dxf {
pub font: Option<DxfFont>,
pub fill: Option<Fill>,
pub border: Option<Border>,
pub num_fmt: Option<NumFmt>,
pub alignment: Option<Alignment>,
}Fields§
§font: Option<DxfFont>§fill: Option<Fill>§border: Option<Border>§num_fmt: Option<NumFmt>§alignment: Option<Alignment>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Dxf
impl<'de> Deserialize<'de> for Dxf
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<'__de> Decode<'__de> for Dxfwhere
'__de:,
impl Encode for Dxf
impl StructuralPartialEq for Dxf
Auto Trait Implementations§
impl Freeze for Dxf
impl RefUnwindSafe for Dxf
impl Send for Dxf
impl Sync for Dxf
impl Unpin for Dxf
impl UnsafeUnpin for Dxf
impl UnwindSafe for Dxf
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