pub struct FromEnv { /* private fields */ }Implementations§
Source§impl FromEnv
impl FromEnv
pub fn print(&self)
pub fn authentication(self) -> Option<Authentication>
pub fn credentials(self) -> Result<CredentialsSchema, Error>
Auto Trait Implementations§
impl Freeze for FromEnv
impl RefUnwindSafe for FromEnv
impl Send for FromEnv
impl Sync for FromEnv
impl Unpin for FromEnv
impl UnwindSafe for FromEnv
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