pub struct SetDeviceIdReply;
Expand description
Reply for SetDeviceId
Trait Implementations§
Source§impl Debug for SetDeviceIdReply
impl Debug for SetDeviceIdReply
Auto Trait Implementations§
impl Freeze for SetDeviceIdReply
impl RefUnwindSafe for SetDeviceIdReply
impl Send for SetDeviceIdReply
impl Sync for SetDeviceIdReply
impl Unpin for SetDeviceIdReply
impl UnwindSafe for SetDeviceIdReply
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