pub struct RemoveUuidReply(/* private fields */);
Expand description
Reply for RemoveUuid
Trait Implementations§
Source§impl AsMut<ClassOfDevice> for RemoveUuidReply
impl AsMut<ClassOfDevice> for RemoveUuidReply
Source§fn as_mut(&mut self) -> &mut ClassOfDevice
fn as_mut(&mut self) -> &mut ClassOfDevice
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ClassOfDevice> for RemoveUuidReply
impl AsRef<ClassOfDevice> for RemoveUuidReply
Source§fn as_ref(&self) -> &ClassOfDevice
fn as_ref(&self) -> &ClassOfDevice
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Debug for RemoveUuidReply
impl Debug for RemoveUuidReply
Source§impl Deref for RemoveUuidReply
impl Deref for RemoveUuidReply
Source§impl DerefMut for RemoveUuidReply
impl DerefMut for RemoveUuidReply
Source§impl From<ClassOfDevice> for RemoveUuidReply
impl From<ClassOfDevice> for RemoveUuidReply
Source§fn from(v: ClassOfDevice) -> Self
fn from(v: ClassOfDevice) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RemoveUuidReply
impl RefUnwindSafe for RemoveUuidReply
impl Send for RemoveUuidReply
impl Sync for RemoveUuidReply
impl Unpin for RemoveUuidReply
impl UnwindSafe for RemoveUuidReply
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