pub struct TraceContextDecodeError {
pub trace: Option<TraceContextIds>,
pub error: NnrpError,
}Fields§
§trace: Option<TraceContextIds>§error: NnrpErrorTrait Implementations§
Source§impl Debug for TraceContextDecodeError
impl Debug for TraceContextDecodeError
impl Eq for TraceContextDecodeError
Source§impl PartialEq for TraceContextDecodeError
impl PartialEq for TraceContextDecodeError
impl StructuralPartialEq for TraceContextDecodeError
Auto Trait Implementations§
impl Freeze for TraceContextDecodeError
impl RefUnwindSafe for TraceContextDecodeError
impl Send for TraceContextDecodeError
impl Sync for TraceContextDecodeError
impl Unpin for TraceContextDecodeError
impl UnsafeUnpin for TraceContextDecodeError
impl UnwindSafe for TraceContextDecodeError
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