pub struct DisassociateDeviceUnsupported {}
Expand description
Unsupported! Undocumented method device.disassociateDevice()
Auto Trait Implementations§
impl Freeze for DisassociateDeviceUnsupported
impl RefUnwindSafe for DisassociateDeviceUnsupported
impl Send for DisassociateDeviceUnsupported
impl Sync for DisassociateDeviceUnsupported
impl Unpin for DisassociateDeviceUnsupported
impl UnwindSafe for DisassociateDeviceUnsupported
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