pub struct DeviceKeyEvent {
pub event_id: String,
pub device_id: String,
pub public_key: Vec<u8>,
pub recorded_at: DateTime<Utc>,
}Fields§
§event_id: String§device_id: String§public_key: Vec<u8>§recorded_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for DeviceKeyEvent
impl Clone for DeviceKeyEvent
Source§fn clone(&self) -> DeviceKeyEvent
fn clone(&self) -> DeviceKeyEvent
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 DeviceKeyEvent
impl Debug for DeviceKeyEvent
Source§impl PartialEq for DeviceKeyEvent
impl PartialEq for DeviceKeyEvent
impl Eq for DeviceKeyEvent
impl StructuralPartialEq for DeviceKeyEvent
Auto Trait Implementations§
impl Freeze for DeviceKeyEvent
impl RefUnwindSafe for DeviceKeyEvent
impl Send for DeviceKeyEvent
impl Sync for DeviceKeyEvent
impl Unpin for DeviceKeyEvent
impl UnwindSafe for DeviceKeyEvent
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