#[non_exhaustive]pub struct FastraceEvent {}
Expand description
An appender that adds log records to fastrace as an event associated to the current span.
§Examples
use logforth_append_fastrace::FastraceEvent;
let fastrace_appender = FastraceEvent::default();
Trait Implementations§
Source§impl Append for FastraceEvent
impl Append for FastraceEvent
Source§impl Clone for FastraceEvent
impl Clone for FastraceEvent
Source§fn clone(&self) -> FastraceEvent
fn clone(&self) -> FastraceEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FastraceEvent
impl Debug for FastraceEvent
Source§impl Default for FastraceEvent
impl Default for FastraceEvent
Source§fn default() -> FastraceEvent
fn default() -> FastraceEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FastraceEvent
impl RefUnwindSafe for FastraceEvent
impl Send for FastraceEvent
impl Sync for FastraceEvent
impl Unpin for FastraceEvent
impl UnwindSafe for FastraceEvent
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