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