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