Struct updatehub_cloud_sdk::api::UpdatePackage [−][src]
pub struct UpdatePackage {
pub inner: UpdatePackage,
pub raw: Vec<u8>,
}Fields
inner: UpdatePackageraw: Vec<u8>Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdatePackageimpl Send for UpdatePackageimpl Sync for UpdatePackageimpl Unpin for UpdatePackageimpl UnwindSafe for UpdatePackageBlanket 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,