pub struct TracingEvents;Expand description
The local log sink, through d1’s redacting layer.
Every field name below is on
runner_manager_platform::logging::ALLOWED_FIELDS; anything else would be
replaced with [redacted] and the line would lose its meaning rather than
its safety. tests::every_field_name_this_sink_emits_is_one_d1_allows keeps
that true.
Trait Implementations§
Source§impl Clone for TracingEvents
impl Clone for TracingEvents
Source§fn clone(&self) -> TracingEvents
fn clone(&self) -> TracingEvents
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TracingEvents
Source§impl Debug for TracingEvents
impl Debug for TracingEvents
Source§impl Default for TracingEvents
impl Default for TracingEvents
Source§fn default() -> TracingEvents
fn default() -> TracingEvents
Returns the “default value” for a type. Read more
Source§impl EventSink for TracingEvents
impl EventSink for TracingEvents
fn emit(&self, event: LifecycleEvent)
Auto Trait Implementations§
impl Freeze for TracingEvents
impl RefUnwindSafe for TracingEvents
impl Send for TracingEvents
impl Sync for TracingEvents
impl Unpin for TracingEvents
impl UnsafeUnpin for TracingEvents
impl UnwindSafe for TracingEvents
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