pub struct EnvAccess {
pub var_name: ArgumentSource,
pub is_sensitive: bool,
pub location: SourceLocation,
}Fields§
§var_name: ArgumentSource§is_sensitive: boolWhether the variable name looks sensitive (AWS_, SECRET_, API_KEY, etc.)
location: SourceLocationTrait Implementations§
Source§impl<'de> Deserialize<'de> for EnvAccess
impl<'de> Deserialize<'de> for EnvAccess
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EnvAccess
impl RefUnwindSafe for EnvAccess
impl Send for EnvAccess
impl Sync for EnvAccess
impl Unpin for EnvAccess
impl UnsafeUnpin for EnvAccess
impl UnwindSafe for EnvAccess
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