pub struct AgentMailValidationError {
pub field: &'static str,
pub message: String,
}Fields§
§field: &'static str§message: StringTrait Implementations§
Source§impl Clone for AgentMailValidationError
impl Clone for AgentMailValidationError
Source§fn clone(&self) -> AgentMailValidationError
fn clone(&self) -> AgentMailValidationError
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 AgentMailValidationError
impl Debug for AgentMailValidationError
Source§impl Display for AgentMailValidationError
impl Display for AgentMailValidationError
impl Eq for AgentMailValidationError
Source§impl Error for AgentMailValidationError
impl Error for AgentMailValidationError
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()
Source§impl PartialEq for AgentMailValidationError
impl PartialEq for AgentMailValidationError
impl StructuralPartialEq for AgentMailValidationError
Auto Trait Implementations§
impl Freeze for AgentMailValidationError
impl RefUnwindSafe for AgentMailValidationError
impl Send for AgentMailValidationError
impl Sync for AgentMailValidationError
impl Unpin for AgentMailValidationError
impl UnsafeUnpin for AgentMailValidationError
impl UnwindSafe for AgentMailValidationError
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