pub struct RFCaptureSummary {
pub id: String,
pub antenna_id: String,
pub user_id: String,
pub capture_start: DateTime<Utc>,
pub capture_end: DateTime<Utc>,
pub detection_count: usize,
pub task_id: Option<String>,
pub created_at: DateTime<Utc>,
}Fields§
§id: String§antenna_id: String§user_id: String§capture_start: DateTime<Utc>§capture_end: DateTime<Utc>§detection_count: usize§task_id: Option<String>§created_at: DateTime<Utc>Trait Implementations§
Source§impl Debug for RFCaptureSummary
impl Debug for RFCaptureSummary
Source§impl<'de> Deserialize<'de> for RFCaptureSummary
impl<'de> Deserialize<'de> for RFCaptureSummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RFCaptureSummary
impl RefUnwindSafe for RFCaptureSummary
impl Send for RFCaptureSummary
impl Sync for RFCaptureSummary
impl Unpin for RFCaptureSummary
impl UnwindSafe for RFCaptureSummary
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