Struct options::ValidateOptionsResult
source · pub struct ValidateOptionsResult { /* private fields */ }Expand description
Represents the result of options validation.
Implementations§
source§impl ValidateOptionsResult
impl ValidateOptionsResult
sourcepub fn failure_message(&self) -> String
pub fn failure_message(&self) -> String
Gets the validation failure description.
Trait Implementations§
source§impl Clone for ValidateOptionsResult
impl Clone for ValidateOptionsResult
source§fn clone(&self) -> ValidateOptionsResult
fn clone(&self) -> ValidateOptionsResult
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