pub struct GeneratedIdValidationError { /* private fields */ }Expand description
Describes why supplied text does not satisfy this identifier’s validation contract.
Implementations§
Trait Implementations§
Source§impl Clone for GeneratedIdValidationError
impl Clone for GeneratedIdValidationError
Source§fn clone(&self) -> GeneratedIdValidationError
fn clone(&self) -> GeneratedIdValidationError
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 GeneratedIdValidationError
impl Debug for GeneratedIdValidationError
Source§impl Display for GeneratedIdValidationError
impl Display for GeneratedIdValidationError
impl Eq for GeneratedIdValidationError
Source§impl Error for GeneratedIdValidationError
impl Error for GeneratedIdValidationError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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()
impl StructuralPartialEq for GeneratedIdValidationError
Auto Trait Implementations§
impl Freeze for GeneratedIdValidationError
impl RefUnwindSafe for GeneratedIdValidationError
impl Send for GeneratedIdValidationError
impl Sync for GeneratedIdValidationError
impl Unpin for GeneratedIdValidationError
impl UnsafeUnpin for GeneratedIdValidationError
impl UnwindSafe for GeneratedIdValidationError
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