pub struct TwoDCartesianZone {
pub name: Option<String>,
pub use_: Option<ZoneUse>,
pub vertices: Option<Vec<TwoDCartesianVertex>>,
pub color: Option<String>,
}Fields§
§name: Option<String>§use_: Option<ZoneUse>§vertices: Option<Vec<TwoDCartesianVertex>>§color: Option<String>Trait Implementations§
Source§impl Debug for TwoDCartesianZone
impl Debug for TwoDCartesianZone
Auto Trait Implementations§
impl Freeze for TwoDCartesianZone
impl RefUnwindSafe for TwoDCartesianZone
impl Send for TwoDCartesianZone
impl Sync for TwoDCartesianZone
impl Unpin for TwoDCartesianZone
impl UnwindSafe for TwoDCartesianZone
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