Struct remoteit_api::R3Client
source · pub struct R3Client { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for R3Client
impl RefUnwindSafe for R3Client
impl Send for R3Client
impl Sync for R3Client
impl Unpin for R3Client
impl UnwindSafe for R3Client
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