pub struct CloudDetector {}Expand description
Cloud-based detector
Implementations§
Trait Implementations§
Source§impl CloudClient for CloudDetector
impl CloudClient for CloudDetector
Auto Trait Implementations§
impl Freeze for CloudDetector
impl RefUnwindSafe for CloudDetector
impl Send for CloudDetector
impl Sync for CloudDetector
impl Unpin for CloudDetector
impl UnsafeUnpin for CloudDetector
impl UnwindSafe for CloudDetector
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