pub struct PortableRefitPackageV3 {
pub schema_version: u32,
pub package_id: String,
pub outcome: PortableRefitOutcomeV3,
pub package_fingerprint: String,
}Expand description
Closed Package V3 child created by a successful full refit.
Fields§
§schema_version: u32§package_id: String§outcome: PortableRefitOutcomeV3§package_fingerprint: StringImplementations§
Trait Implementations§
Source§impl Clone for PortableRefitPackageV3
impl Clone for PortableRefitPackageV3
Source§fn clone(&self) -> PortableRefitPackageV3
fn clone(&self) -> PortableRefitPackageV3
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PortableRefitPackageV3
impl Debug for PortableRefitPackageV3
Source§impl<'de> Deserialize<'de> for PortableRefitPackageV3
impl<'de> Deserialize<'de> for PortableRefitPackageV3
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PortableRefitPackageV3
impl PartialEq for PortableRefitPackageV3
Source§impl Serialize for PortableRefitPackageV3
impl Serialize for PortableRefitPackageV3
impl StructuralPartialEq for PortableRefitPackageV3
Auto Trait Implementations§
impl Freeze for PortableRefitPackageV3
impl RefUnwindSafe for PortableRefitPackageV3
impl Send for PortableRefitPackageV3
impl Sync for PortableRefitPackageV3
impl Unpin for PortableRefitPackageV3
impl UnsafeUnpin for PortableRefitPackageV3
impl UnwindSafe for PortableRefitPackageV3
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