pub struct ProfileEvent { /* private fields */ }
Expand description
Emitted by ClickHouse
during operations.
Trait Implementations§
Source§impl Clone for ProfileEvent
impl Clone for ProfileEvent
Source§fn clone(&self) -> ProfileEvent
fn clone(&self) -> ProfileEvent
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 ProfileEvent
impl Debug for ProfileEvent
Source§impl Default for ProfileEvent
impl Default for ProfileEvent
Source§fn default() -> ProfileEvent
fn default() -> ProfileEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProfileEvent
impl RefUnwindSafe for ProfileEvent
impl Send for ProfileEvent
impl Sync for ProfileEvent
impl Unpin for ProfileEvent
impl UnwindSafe for ProfileEvent
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