Struct updatehub_cloud_sdk::api::UpdatePackage [−][src]
pub struct UpdatePackage {
pub inner: UpdatePackage,
pub raw: Vec<u8>,
}Fields
inner: UpdatePackageraw: Vec<u8>Implementations
impl UpdatePackage[src]
impl UpdatePackage[src]Trait Implementations
impl PartialEq<UpdatePackage> for UpdatePackage[src]
impl PartialEq<UpdatePackage> for UpdatePackage[src]fn eq(&self, other: &UpdatePackage) -> bool[src]
fn ne(&self, other: &UpdatePackage) -> bool[src]
impl StructuralPartialEq for UpdatePackage[src]
impl StructuralPartialEq for UpdatePackage[src]Auto Trait Implementations
impl RefUnwindSafe for UpdatePackage
impl RefUnwindSafe for UpdatePackageimpl Send for UpdatePackage
impl Send for UpdatePackageimpl Sync for UpdatePackage
impl Sync for UpdatePackageimpl Unpin for UpdatePackage
impl Unpin for UpdatePackageimpl UnwindSafe for UpdatePackage
impl UnwindSafe for UpdatePackageBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, pub fn vzip(self) -> V
impl<T> WithSubscriber for T[src]
impl<T> WithSubscriber for T[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>, [src]
S: Into<Dispatch>,