pub struct SemanticMetricsSnapshot {
pub fsqlite_semantic_errors_total: u64,
}Expand description
Point-in-time snapshot of semantic analysis metrics.
Fields§
§fsqlite_semantic_errors_total: u64Trait Implementations§
Source§impl Clone for SemanticMetricsSnapshot
impl Clone for SemanticMetricsSnapshot
Source§fn clone(&self) -> SemanticMetricsSnapshot
fn clone(&self) -> SemanticMetricsSnapshot
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 SemanticMetricsSnapshot
Source§impl Debug for SemanticMetricsSnapshot
impl Debug for SemanticMetricsSnapshot
Source§impl Default for SemanticMetricsSnapshot
impl Default for SemanticMetricsSnapshot
Source§fn default() -> SemanticMetricsSnapshot
fn default() -> SemanticMetricsSnapshot
Returns the “default value” for a type. Read more
impl Eq for SemanticMetricsSnapshot
Source§impl PartialEq for SemanticMetricsSnapshot
impl PartialEq for SemanticMetricsSnapshot
Source§fn eq(&self, other: &SemanticMetricsSnapshot) -> bool
fn eq(&self, other: &SemanticMetricsSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SemanticMetricsSnapshot
Auto Trait Implementations§
impl Freeze for SemanticMetricsSnapshot
impl RefUnwindSafe for SemanticMetricsSnapshot
impl Send for SemanticMetricsSnapshot
impl Sync for SemanticMetricsSnapshot
impl Unpin for SemanticMetricsSnapshot
impl UnsafeUnpin for SemanticMetricsSnapshot
impl UnwindSafe for SemanticMetricsSnapshot
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