pub enum TextFileValueError {
Empty {
field: &'static str,
},
}Expand description
Validation errors for text requirement values.
Variants§
Trait Implementations§
Source§impl Clone for TextFileValueError
impl Clone for TextFileValueError
Source§fn clone(&self) -> TextFileValueError
fn clone(&self) -> TextFileValueError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextFileValueError
impl Debug for TextFileValueError
Source§impl Display for TextFileValueError
impl Display for TextFileValueError
impl Eq for TextFileValueError
Source§impl PartialEq for TextFileValueError
impl PartialEq for TextFileValueError
impl StructuralPartialEq for TextFileValueError
Auto Trait Implementations§
impl Freeze for TextFileValueError
impl RefUnwindSafe for TextFileValueError
impl Send for TextFileValueError
impl Sync for TextFileValueError
impl Unpin for TextFileValueError
impl UnsafeUnpin for TextFileValueError
impl UnwindSafe for TextFileValueError
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