pub struct Descriptor {
pub uuid: Uuid,
pub value: Vec<u8>,
}Fields§
§uuid: Uuid§value: Vec<u8>Trait Implementations§
Source§impl Default for Descriptor
impl Default for Descriptor
Source§fn default() -> Descriptor
fn default() -> Descriptor
Returns the “default value” for a type. Read more
Source§impl From<Descriptor> for Descriptor
impl From<Descriptor> for Descriptor
Source§fn from(value: Descriptor) -> Self
fn from(value: Descriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Descriptor
impl RefUnwindSafe for Descriptor
impl Send for Descriptor
impl Sync for Descriptor
impl Unpin for Descriptor
impl UnwindSafe for Descriptor
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