pub struct ScanRecord {
pub name: Option<String>,
pub uuids: Option<Vec<String>>,
pub appearance: Option<JsUInt>,
pub tx_power: Option<JsUInt>,
pub manufacturer_data: Option<Vec<ManufacturerData>>,
}Fields§
§name: Option<String>§uuids: Option<Vec<String>>§appearance: Option<JsUInt>§tx_power: Option<JsUInt>§manufacturer_data: Option<Vec<ManufacturerData>>Trait Implementations§
Source§impl Clone for ScanRecord
impl Clone for ScanRecord
Source§fn clone(&self) -> ScanRecord
fn clone(&self) -> ScanRecord
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 ScanRecord
impl Debug for ScanRecord
Source§impl<'de> Deserialize<'de> for ScanRecord
impl<'de> Deserialize<'de> for ScanRecord
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
Source§impl PartialEq for ScanRecord
impl PartialEq for ScanRecord
Source§impl Serialize for ScanRecord
impl Serialize for ScanRecord
impl StructuralPartialEq for ScanRecord
Auto Trait Implementations§
impl Freeze for ScanRecord
impl RefUnwindSafe for ScanRecord
impl Send for ScanRecord
impl Sync for ScanRecord
impl Unpin for ScanRecord
impl UnwindSafe for ScanRecord
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