Struct prima_tracing::EnvironmentParseError
source · pub struct EnvironmentParseError(/* private fields */);Trait Implementations§
source§impl Debug for EnvironmentParseError
impl Debug for EnvironmentParseError
Auto Trait Implementations§
impl RefUnwindSafe for EnvironmentParseError
impl Send for EnvironmentParseError
impl Sync for EnvironmentParseError
impl Unpin for EnvironmentParseError
impl UnwindSafe for EnvironmentParseError
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