Enum lu_formats::files::luz::PropertyPathType
source · pub enum PropertyPathType {
Bounded,
EntireZone,
GeneratedRectangle,
}
Expand description
Variants§
Implementations§
source§impl PropertyPathType
impl PropertyPathType
sourcepub const _ENTIRE_ZONE: u64 = 1u64
pub const _ENTIRE_ZONE: u64 = 1u64
Value: 1
sourcepub const _GENERATED_RECTANGLE: u64 = 2u64
pub const _GENERATED_RECTANGLE: u64 = 2u64
Value: 2
Trait Implementations§
source§impl Clone for PropertyPathType
impl Clone for PropertyPathType
source§fn clone(&self) -> PropertyPathType
fn clone(&self) -> PropertyPathType
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 PropertyPathType
impl Debug for PropertyPathType
source§impl<'de> Deserialize<'de> for PropertyPathType
impl<'de> Deserialize<'de> for PropertyPathType
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
source§impl PartialEq<PropertyPathType> for PropertyPathType
impl PartialEq<PropertyPathType> for PropertyPathType
source§fn eq(&self, other: &PropertyPathType) -> bool
fn eq(&self, other: &PropertyPathType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PropertyPathType
impl Serialize for PropertyPathType
source§impl TryFrom<u32> for PropertyPathType
impl TryFrom<u32> for PropertyPathType
source§impl TryFrom<u8> for PropertyPathType
impl TryFrom<u8> for PropertyPathType
impl Copy for PropertyPathType
impl Eq for PropertyPathType
impl StructuralEq for PropertyPathType
impl StructuralPartialEq for PropertyPathType
Auto Trait Implementations§
impl RefUnwindSafe for PropertyPathType
impl Send for PropertyPathType
impl Sync for PropertyPathType
impl Unpin for PropertyPathType
impl UnwindSafe for PropertyPathType
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