Enum dis_rs::enumerations::PlatformDomain
source · pub enum PlatformDomain {
Other,
Land,
Air,
Surface,
Subsurface,
Space,
Unspecified(u8),
}Variants§
Trait Implementations§
source§impl Clone for PlatformDomain
impl Clone for PlatformDomain
source§fn clone(&self) -> PlatformDomain
fn clone(&self) -> PlatformDomain
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PlatformDomain
impl Debug for PlatformDomain
source§impl Default for PlatformDomain
impl Default for PlatformDomain
source§impl Display for PlatformDomain
impl Display for PlatformDomain
source§impl From<PlatformDomain> for u8
impl From<PlatformDomain> for u8
source§fn from(value: PlatformDomain) -> Self
fn from(value: PlatformDomain) -> Self
Converts to this type from the input type.
source§impl From<u8> for PlatformDomain
impl From<u8> for PlatformDomain
source§impl Hash for PlatformDomain
impl Hash for PlatformDomain
source§impl PartialEq for PlatformDomain
impl PartialEq for PlatformDomain
source§fn eq(&self, other: &PlatformDomain) -> bool
fn eq(&self, other: &PlatformDomain) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PlatformDomain
impl Eq for PlatformDomain
impl StructuralEq for PlatformDomain
impl StructuralPartialEq for PlatformDomain
Auto Trait Implementations§
impl RefUnwindSafe for PlatformDomain
impl Send for PlatformDomain
impl Sync for PlatformDomain
impl Unpin for PlatformDomain
impl UnwindSafe for PlatformDomain
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