Expand description
Invalid PT parameter setting
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Key(String)
Currently: the key contains whitespace or =
Will probably be generated for a greater variety of values when the spec is more nailed down.
Value(String)
Currently: the value contains whitespace
Will probably be generated for a greater variety of values when the spec is more nailed down.
Trait Implementations§
source§impl Clone for PtTargetInvalidSetting
impl Clone for PtTargetInvalidSetting
source§fn clone(&self) -> PtTargetInvalidSetting
fn clone(&self) -> PtTargetInvalidSetting
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 PtTargetInvalidSetting
impl Debug for PtTargetInvalidSetting
source§impl Display for PtTargetInvalidSetting
impl Display for PtTargetInvalidSetting
source§impl Error for PtTargetInvalidSetting
impl Error for PtTargetInvalidSetting
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()