pub struct EnvVarCaptured { /* private fields */ }Trait Implementations§
Source§impl Captured for EnvVarCaptured
impl Captured for EnvVarCaptured
fn serialize_json(&self) -> Result<Value, Error>
fn abort_requested(&self) -> bool
Source§impl Debug for EnvVarCaptured
impl Debug for EnvVarCaptured
Auto Trait Implementations§
impl Freeze for EnvVarCaptured
impl RefUnwindSafe for EnvVarCaptured
impl Send for EnvVarCaptured
impl Sync for EnvVarCaptured
impl Unpin for EnvVarCaptured
impl UnsafeUnpin for EnvVarCaptured
impl UnwindSafe for EnvVarCaptured
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