pub struct AddUuidReply(/* private fields */);
Expand description
Reply for AddUuid
Trait Implementations§
Source§impl AsMut<ClassOfDevice> for AddUuidReply
impl AsMut<ClassOfDevice> for AddUuidReply
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 AddUuidReply
impl AsRef<ClassOfDevice> for AddUuidReply
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 AddUuidReply
impl Debug for AddUuidReply
Source§impl Deref for AddUuidReply
impl Deref for AddUuidReply
Source§impl DerefMut for AddUuidReply
impl DerefMut for AddUuidReply
Source§impl From<ClassOfDevice> for AddUuidReply
impl From<ClassOfDevice> for AddUuidReply
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 AddUuidReply
impl RefUnwindSafe for AddUuidReply
impl Send for AddUuidReply
impl Sync for AddUuidReply
impl Unpin for AddUuidReply
impl UnwindSafe for AddUuidReply
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