pub struct LostRecord {
pub id: u64,
pub count: u64,
}Fields§
§id: u64§count: u64Implementations§
Trait Implementations§
Source§impl Clone for LostRecord
impl Clone for LostRecord
Source§fn clone(&self) -> LostRecord
fn clone(&self) -> LostRecord
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 moreSource§impl Debug for LostRecord
impl Debug for LostRecord
Source§impl PartialEq for LostRecord
impl PartialEq for LostRecord
Source§fn eq(&self, other: &LostRecord) -> bool
fn eq(&self, other: &LostRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LostRecord
impl StructuralPartialEq for LostRecord
Auto Trait Implementations§
impl Freeze for LostRecord
impl RefUnwindSafe for LostRecord
impl Send for LostRecord
impl Sync for LostRecord
impl Unpin for LostRecord
impl UnsafeUnpin for LostRecord
impl UnwindSafe for LostRecord
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