pub struct LostRecord {
pub id: u64,
pub count: u64,
}
Fields§
§id: u64
§count: u64
Implementations§
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 · Source§const fn clone_from(&mut self, source: &Self)
const 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
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 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