pub struct SimulateGATTDisconnection {
pub address: String,
}Fields§
§address: StringTrait Implementations§
Source§impl Clone for SimulateGATTDisconnection
impl Clone for SimulateGATTDisconnection
Source§fn clone(&self) -> SimulateGATTDisconnection
fn clone(&self) -> SimulateGATTDisconnection
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 SimulateGATTDisconnection
impl Debug for SimulateGATTDisconnection
Source§impl<'de> Deserialize<'de> for SimulateGATTDisconnection
impl<'de> Deserialize<'de> for SimulateGATTDisconnection
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 Method for SimulateGATTDisconnection
impl Method for SimulateGATTDisconnection
const NAME: &'static str = "BluetoothEmulation.simulateGATTDisconnection"
type ReturnObject = SimulateGATTDisconnectionReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for SimulateGATTDisconnection
Auto Trait Implementations§
impl Freeze for SimulateGATTDisconnection
impl RefUnwindSafe for SimulateGATTDisconnection
impl Send for SimulateGATTDisconnection
impl Sync for SimulateGATTDisconnection
impl Unpin for SimulateGATTDisconnection
impl UnwindSafe for SimulateGATTDisconnection
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