pub enum PortableDeviceService {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortableDeviceService
impl RefUnwindSafe for PortableDeviceService
impl Send for PortableDeviceService
impl Sync for PortableDeviceService
impl Unpin for PortableDeviceService
impl UnwindSafe for PortableDeviceService
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