Struct Geofence
pub struct Geofence {
    pub cot: CursorOnTarget,
    /* private fields */
}Fields§
§cot: CursorOnTargetImplementations§
Trait Implementations§
§impl Sendable for Geofence
 
impl Sendable for Geofence
fn update_xml(&mut self)
fn modify_field(&mut self, field: &str, value: &str)
fn get_cot(&self) -> CursorOnTarget
Auto Trait Implementations§
impl Freeze for Geofence
impl RefUnwindSafe for Geofence
impl Send for Geofence
impl Sync for Geofence
impl Unpin for Geofence
impl UnwindSafe for Geofence
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