pub struct ThotEnv;Implementations§
Source§impl ThotEnv
impl ThotEnv
pub fn original_dir_key() -> String
pub fn container_id_key() -> String
Auto Trait Implementations§
impl Freeze for ThotEnv
impl RefUnwindSafe for ThotEnv
impl Send for ThotEnv
impl Sync for ThotEnv
impl Unpin for ThotEnv
impl UnwindSafe for ThotEnv
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