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