pub struct REGIONEN { /* private fields */ }Expand description
Enable/disable regions watch
Implementations§
Auto Trait Implementations§
impl !Freeze for REGIONEN
impl !RefUnwindSafe for REGIONEN
impl Send for REGIONEN
impl !Sync for REGIONEN
impl Unpin for REGIONEN
impl UnsafeUnpin for REGIONEN
impl UnwindSafe for REGIONEN
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