pub enum RpcPayload {
EventHeartbeat(EventHeartbeat),
EventWifiScanGetApRecord(WifiApRecord),
EventWifiScanGetApRecords(Vec<WifiApRecord, 30>),
}
Variants§
EventHeartbeat(EventHeartbeat)
EventWifiScanGetApRecord(WifiApRecord)
EventWifiScanGetApRecords(Vec<WifiApRecord, 30>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpcPayload
impl RefUnwindSafe for RpcPayload
impl Send for RpcPayload
impl Sync for RpcPayload
impl Unpin for RpcPayload
impl UnwindSafe for RpcPayload
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