Enum lu_formats::files::luz::PathType
source · pub enum PathType {
Npc,
Platform,
Property,
Camera,
Spawner,
Buildarea,
Racing,
Rail,
}
Expand description
Variants§
Npc
Value: 0
Platform
Value: 1
Property
Value: 2
Camera
Value: 3
Spawner
Value: 4
Buildarea
Value: 5
Racing
Value: 6
Rail
Value: 7
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for PathType
impl<'de> Deserialize<'de> for PathType
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<PathType> for PathType
impl PartialEq<PathType> for PathType
impl Copy for PathType
impl Eq for PathType
impl StructuralEq for PathType
impl StructuralPartialEq for PathType
Auto Trait Implementations§
impl RefUnwindSafe for PathType
impl Send for PathType
impl Sync for PathType
impl Unpin for PathType
impl UnwindSafe for PathType
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