pub struct EnvValidationIssue {
pub key: String,
pub message: String,
}Fields§
§key: String§message: StringTrait Implementations§
Source§impl Clone for EnvValidationIssue
impl Clone for EnvValidationIssue
Source§fn clone(&self) -> EnvValidationIssue
fn clone(&self) -> EnvValidationIssue
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for EnvValidationIssue
impl RefUnwindSafe for EnvValidationIssue
impl Send for EnvValidationIssue
impl Sync for EnvValidationIssue
impl Unpin for EnvValidationIssue
impl UnsafeUnpin for EnvValidationIssue
impl UnwindSafe for EnvValidationIssue
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