pub struct BleServiceBattery { /* private fields */ }Trait Implementations§
Source§impl Clone for BleServiceBattery
impl Clone for BleServiceBattery
Source§fn clone(&self) -> BleServiceBattery
fn clone(&self) -> BleServiceBattery
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 BleServiceBattery
impl Debug for BleServiceBattery
impl Copy for BleServiceBattery
Auto Trait Implementations§
impl Freeze for BleServiceBattery
impl RefUnwindSafe for BleServiceBattery
impl Send for BleServiceBattery
impl Sync for BleServiceBattery
impl Unpin for BleServiceBattery
impl UnwindSafe for BleServiceBattery
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