pub struct DeviceTracker<'a>(/* private fields */);Implementations§
Source§impl<'a> DeviceTracker<'a>
impl<'a> DeviceTracker<'a>
pub fn publish(&mut self, location: DeviceTrackerLocation)
Auto Trait Implementations§
impl<'a> Freeze for DeviceTracker<'a>
impl<'a> !RefUnwindSafe for DeviceTracker<'a>
impl<'a> !Send for DeviceTracker<'a>
impl<'a> !Sync for DeviceTracker<'a>
impl<'a> Unpin for DeviceTracker<'a>
impl<'a> !UnwindSafe for DeviceTracker<'a>
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