pub struct SimulatePreconnectedPeripheralReturns {}Expand description
Simulates a peripheral with |address|, |name| and |knownServiceUuids| that has already been connected to the system. simulatePreconnectedPeripheral
Trait Implementations§
Source§impl Clone for SimulatePreconnectedPeripheralReturns
impl Clone for SimulatePreconnectedPeripheralReturns
Source§fn clone(&self) -> SimulatePreconnectedPeripheralReturns
fn clone(&self) -> SimulatePreconnectedPeripheralReturns
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 Default for SimulatePreconnectedPeripheralReturns
impl Default for SimulatePreconnectedPeripheralReturns
Source§fn default() -> SimulatePreconnectedPeripheralReturns
fn default() -> SimulatePreconnectedPeripheralReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SimulatePreconnectedPeripheralReturns
impl<'de> Deserialize<'de> for SimulatePreconnectedPeripheralReturns
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SimulatePreconnectedPeripheralReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SimulatePreconnectedPeripheralReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SimulatePreconnectedPeripheralReturns
impl PartialEq for SimulatePreconnectedPeripheralReturns
Source§fn eq(&self, other: &SimulatePreconnectedPeripheralReturns) -> bool
fn eq(&self, other: &SimulatePreconnectedPeripheralReturns) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SimulatePreconnectedPeripheralReturns
impl Serialize for SimulatePreconnectedPeripheralReturns
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SimulatePreconnectedPeripheralReturns
Auto Trait Implementations§
impl Freeze for SimulatePreconnectedPeripheralReturns
impl RefUnwindSafe for SimulatePreconnectedPeripheralReturns
impl Send for SimulatePreconnectedPeripheralReturns
impl Sync for SimulatePreconnectedPeripheralReturns
impl Unpin for SimulatePreconnectedPeripheralReturns
impl UnwindSafe for SimulatePreconnectedPeripheralReturns
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