pub struct PacketRecord {
pub dest_hash: String,
pub packet_hash: String,
pub data_base64: String,
pub received_at: f64,
}Fields§
§dest_hash: String§packet_hash: String§data_base64: String§received_at: f64Trait Implementations§
Source§impl Clone for PacketRecord
impl Clone for PacketRecord
Source§fn clone(&self) -> PacketRecord
fn clone(&self) -> PacketRecord
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 PacketRecord
impl Debug for PacketRecord
Auto Trait Implementations§
impl Freeze for PacketRecord
impl RefUnwindSafe for PacketRecord
impl Send for PacketRecord
impl Sync for PacketRecord
impl Unpin for PacketRecord
impl UnwindSafe for PacketRecord
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