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