#[repr(u32)]
pub enum VSMapPropertyError {
peSuccess,
peUnset,
peType,
peIndex,
peError,
}Variants§
Trait Implementations§
source§impl Clone for VSMapPropertyError
impl Clone for VSMapPropertyError
source§fn clone(&self) -> VSMapPropertyError
fn clone(&self) -> VSMapPropertyError
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 VSMapPropertyError
impl Debug for VSMapPropertyError
source§impl Hash for VSMapPropertyError
impl Hash for VSMapPropertyError
source§impl PartialEq<VSMapPropertyError> for VSMapPropertyError
impl PartialEq<VSMapPropertyError> for VSMapPropertyError
source§fn eq(&self, other: &VSMapPropertyError) -> bool
fn eq(&self, other: &VSMapPropertyError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.