pub struct ConsoleLogDropReport {
pub records: usize,
pub source_bytes: usize,
}Expand description
Records discarded because the subscriber did not keep up.
Fields§
§records: usize§source_bytes: usizeTrait Implementations§
Source§impl Clone for ConsoleLogDropReport
impl Clone for ConsoleLogDropReport
Source§fn clone(&self) -> ConsoleLogDropReport
fn clone(&self) -> ConsoleLogDropReport
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 ConsoleLogDropReport
Source§impl Debug for ConsoleLogDropReport
impl Debug for ConsoleLogDropReport
Source§impl Default for ConsoleLogDropReport
impl Default for ConsoleLogDropReport
Source§fn default() -> ConsoleLogDropReport
fn default() -> ConsoleLogDropReport
Returns the “default value” for a type. Read more
impl Eq for ConsoleLogDropReport
Source§impl PartialEq for ConsoleLogDropReport
impl PartialEq for ConsoleLogDropReport
impl StructuralPartialEq for ConsoleLogDropReport
Auto Trait Implementations§
impl Freeze for ConsoleLogDropReport
impl RefUnwindSafe for ConsoleLogDropReport
impl Send for ConsoleLogDropReport
impl Sync for ConsoleLogDropReport
impl Unpin for ConsoleLogDropReport
impl UnsafeUnpin for ConsoleLogDropReport
impl UnwindSafe for ConsoleLogDropReport
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