pub struct EventView {
pub connection_id: String,
pub ancestors: Vec<AncestorView>,
pub timestamp: Timestamp,
pub target: String,
pub name: String,
pub level: i32,
pub file: Option<String>,
pub attributes: Vec<AttributeView>,
}Fields§
§connection_id: String§ancestors: Vec<AncestorView>§timestamp: Timestamp§target: String§name: String§level: i32§file: Option<String>§attributes: Vec<AttributeView>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventView
impl RefUnwindSafe for EventView
impl Send for EventView
impl Sync for EventView
impl Unpin for EventView
impl UnwindSafe for EventView
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)