Struct titanium::desktop::gui::libdruid::ValueTypeError
pub struct ValueTypeError { /* private fields */ }
Expand description
The error type for environment access.
This error is expected to happen rarely, if ever, as it only happens when the string part of keys collide but the types mismatch.
Trait Implementations§
§impl Clone for ValueTypeError
impl Clone for ValueTypeError
§fn clone(&self) -> ValueTypeError
fn clone(&self) -> ValueTypeError
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 more§impl Debug for ValueTypeError
impl Debug for ValueTypeError
§impl Display for ValueTypeError
impl Display for ValueTypeError
§impl Error for ValueTypeError
impl Error for ValueTypeError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl !RefUnwindSafe for ValueTypeError
impl Send for ValueTypeError
impl Sync for ValueTypeError
impl Unpin for ValueTypeError
impl !UnwindSafe for ValueTypeError
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.