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