pub enum PropertyErrorType {
CannotUpdateReadOnlyProp,
InvalidValue,
InvalidChoice,
ValueOutOfRange,
}Variants§
Trait Implementations§
Source§impl Debug for PropertyErrorType
impl Debug for PropertyErrorType
Source§impl From<PropertyErrorType> for LightspeedError
impl From<PropertyErrorType> for LightspeedError
Source§fn from(error: PropertyErrorType) -> Self
fn from(error: PropertyErrorType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PropertyErrorType
impl PartialEq for PropertyErrorType
Source§impl Serialize for PropertyErrorType
impl Serialize for PropertyErrorType
impl StructuralPartialEq for PropertyErrorType
Auto Trait Implementations§
impl Freeze for PropertyErrorType
impl RefUnwindSafe for PropertyErrorType
impl Send for PropertyErrorType
impl Sync for PropertyErrorType
impl Unpin for PropertyErrorType
impl UnsafeUnpin for PropertyErrorType
impl UnwindSafe for PropertyErrorType
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