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