pub enum ArrayEnvError {
InvalidType,
FailedToParse,
}
👎Deprecated since 1.1.0
Expand description
Error type for json array implementation
Variants§
InvalidType
👎Deprecated since 1.1.0
Invalid type.
FailedToParse
👎Deprecated since 1.1.0
Failed to parse environment variable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArrayEnvError
impl RefUnwindSafe for ArrayEnvError
impl Send for ArrayEnvError
impl Sync for ArrayEnvError
impl Unpin for ArrayEnvError
impl UnwindSafe for ArrayEnvError
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