Struct options::ValidateOptionsResult
source · [−]pub struct ValidateOptionsResult { /* private fields */ }Expand description
Represents the result of options validation.
Implementations
sourceimpl ValidateOptionsResult
impl ValidateOptionsResult
sourcepub fn failure_message(&self) -> String
pub fn failure_message(&self) -> String
Gets the validation failure description.
Trait Implementations
sourceimpl Clone for ValidateOptionsResult
impl Clone for ValidateOptionsResult
sourcefn clone(&self) -> ValidateOptionsResult
fn clone(&self) -> ValidateOptionsResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ValidateOptionsResult
impl Debug for ValidateOptionsResult
sourceimpl Display for ValidateOptionsResult
impl Display for ValidateOptionsResult
sourcefn fmt(&self, formatter: &mut Formatter<'_>) -> FormatResult
fn fmt(&self, formatter: &mut Formatter<'_>) -> FormatResult
Formats the value using the given formatter. Read more
Auto Trait Implementations
impl RefUnwindSafe for ValidateOptionsResult
impl Send for ValidateOptionsResult
impl Sync for ValidateOptionsResult
impl Unpin for ValidateOptionsResult
impl UnwindSafe for ValidateOptionsResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more