pub struct DeviceInfoClient;Auto Trait Implementations§
impl Freeze for DeviceInfoClient
impl RefUnwindSafe for DeviceInfoClient
impl Send for DeviceInfoClient
impl Sync for DeviceInfoClient
impl Unpin for DeviceInfoClient
impl UnsafeUnpin for DeviceInfoClient
impl UnwindSafe for DeviceInfoClient
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