pub struct PamojaGeofence { /* private fields */ }Expand description
An opaque handle to a circular geofence.
Auto Trait Implementations§
impl Freeze for PamojaGeofence
impl RefUnwindSafe for PamojaGeofence
impl Send for PamojaGeofence
impl Sync for PamojaGeofence
impl Unpin for PamojaGeofence
impl UnsafeUnpin for PamojaGeofence
impl UnwindSafe for PamojaGeofence
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