#[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 ==
.impl Copy for VSMapPropertyError
impl Eq for VSMapPropertyError
impl StructuralEq for VSMapPropertyError
impl StructuralPartialEq for VSMapPropertyError
Auto Trait Implementations§
impl RefUnwindSafe for VSMapPropertyError
impl Send for VSMapPropertyError
impl Sync for VSMapPropertyError
impl Unpin for VSMapPropertyError
impl UnwindSafe for VSMapPropertyError
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