pub struct InnerService { /* private fields */ }Implementations§
Source§impl InnerService
impl InnerService
pub fn uuid(&self) -> String
pub fn initialized(&self) -> bool
pub fn data(&self) -> Vec<u8> ⓘ
pub fn characteristics(&self) -> Vec<Characteristic>
Trait Implementations§
impl Send for InnerService
impl Sync for InnerService
Auto Trait Implementations§
impl Freeze for InnerService
impl RefUnwindSafe for InnerService
impl Unpin for InnerService
impl UnwindSafe for InnerService
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