pub enum UuidKind {
Uuid(Uuid),
Uuid16(u16),
Uuid32(u32),
Uuid128(u128),
}Expand description
Allows to provide and wrap the default Device characteristic in different types.
Variants§
Auto Trait Implementations§
impl Freeze for UuidKind
impl RefUnwindSafe for UuidKind
impl Send for UuidKind
impl Sync for UuidKind
impl Unpin for UuidKind
impl UnwindSafe for UuidKind
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