pub struct ZoneInformation {
pub zone_id: Option<u8>,
pub zone_type: Option<ZoneType>,
pub zone_source: Option<ZoneSource>,
pub two_d_cartesian_zone: Option<TwoDCartesianZone>,
}Fields§
§zone_id: Option<u8>§zone_type: Option<ZoneType>§zone_source: Option<ZoneSource>§two_d_cartesian_zone: Option<TwoDCartesianZone>Trait Implementations§
Source§impl Debug for ZoneInformation
impl Debug for ZoneInformation
Auto Trait Implementations§
impl Freeze for ZoneInformation
impl RefUnwindSafe for ZoneInformation
impl Send for ZoneInformation
impl Sync for ZoneInformation
impl Unpin for ZoneInformation
impl UnwindSafe for ZoneInformation
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