pub struct LogContext<'a> {
pub request_id: Ulid,
pub cluster_id: Option<&'a str>,
pub backend_id: Option<&'a str>,
}
Fields§
§request_id: Ulid
§cluster_id: Option<&'a str>
§backend_id: Option<&'a str>
Trait Implementations§
Source§impl<'a> Debug for LogContext<'a>
impl<'a> Debug for LogContext<'a>
Auto Trait Implementations§
impl<'a> Freeze for LogContext<'a>
impl<'a> RefUnwindSafe for LogContext<'a>
impl<'a> Send for LogContext<'a>
impl<'a> Sync for LogContext<'a>
impl<'a> Unpin for LogContext<'a>
impl<'a> UnwindSafe for LogContext<'a>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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