Struct bluetooth::empty::BluetoothGATTService
source · pub struct BluetoothGATTService {}
Implementations§
source§impl BluetoothGATTService
impl BluetoothGATTService
pub fn new(_service: String) -> BluetoothGATTService
pub fn get_id(&self) -> String
pub fn get_uuid(&self) -> Result<String, Box<dyn Error>>
pub fn is_primary(&self) -> Result<bool, Box<dyn Error>>
pub fn get_includes(&self) -> Result<Vec<String>, Box<dyn Error>>
pub fn get_gatt_characteristics(&self) -> Result<Vec<String>, Box<dyn Error>>
Trait Implementations§
source§impl Clone for BluetoothGATTService
impl Clone for BluetoothGATTService
source§fn clone(&self) -> BluetoothGATTService
fn clone(&self) -> BluetoothGATTService
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for BluetoothGATTService
impl RefUnwindSafe for BluetoothGATTService
impl Send for BluetoothGATTService
impl Sync for BluetoothGATTService
impl Unpin for BluetoothGATTService
impl UnwindSafe for BluetoothGATTService
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