pub struct RedactedFutuError<'a> { /* private fields */ }Expand description
Log-safe projection of crate::error::FutuError.
Backend and codec strings can echo request identifiers or server text. Operational logs retain only typed categories, numeric server codes, and the already typed transport reason.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for RedactedFutuError<'a>
impl<'a> !UnwindSafe for RedactedFutuError<'a>
impl<'a> Freeze for RedactedFutuError<'a>
impl<'a> Send for RedactedFutuError<'a>
impl<'a> Sync for RedactedFutuError<'a>
impl<'a> Unpin for RedactedFutuError<'a>
impl<'a> UnsafeUnpin for RedactedFutuError<'a>
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