#[repr(u8)]pub enum ZoneType {
Twodcartzone = 0,
}Variants§
Twodcartzone = 0
Indicates a Two Dimensional Cartesian Zone
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ZoneType
impl<'de> Deserialize<'de> for ZoneType
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 Copy for ZoneType
impl Eq for ZoneType
impl StructuralPartialEq for ZoneType
Auto Trait Implementations§
impl Freeze for ZoneType
impl RefUnwindSafe for ZoneType
impl Send for ZoneType
impl Sync for ZoneType
impl Unpin for ZoneType
impl UnwindSafe for ZoneType
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