Struct updatehub_cloud_sdk::api::FirmwareMetadata [−][src]
pub struct FirmwareMetadata<'a> {
pub product_uid: &'a str,
pub version: &'a str,
pub hardware: &'a str,
pub device_identity: MetadataValue<'a>,
pub device_attributes: MetadataValue<'a>,
}Fields
product_uid: &'a strversion: &'a strhardware: &'a strdevice_identity: MetadataValue<'a>device_attributes: MetadataValue<'a>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FirmwareMetadata<'a>impl<'a> Send for FirmwareMetadata<'a>impl<'a> Sync for FirmwareMetadata<'a>impl<'a> Unpin for FirmwareMetadata<'a>impl<'a> UnwindSafe for FirmwareMetadata<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> VAttaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,