pub struct BinaryPackageReport {
pub name: String,
pub version: String,
pub architecture: String,
pub url: String,
}Fields§
§name: String§version: String§architecture: String§url: StringTrait Implementations§
Source§impl Debug for BinaryPackageReport
impl Debug for BinaryPackageReport
Source§impl<'de> Deserialize<'de> for BinaryPackageReport
impl<'de> Deserialize<'de> for BinaryPackageReport
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 BinaryPackageReport
impl PartialEq for BinaryPackageReport
Source§impl Serialize for BinaryPackageReport
impl Serialize for BinaryPackageReport
impl Eq for BinaryPackageReport
impl StructuralPartialEq for BinaryPackageReport
Auto Trait Implementations§
impl Freeze for BinaryPackageReport
impl RefUnwindSafe for BinaryPackageReport
impl Send for BinaryPackageReport
impl Sync for BinaryPackageReport
impl Unpin for BinaryPackageReport
impl UnsafeUnpin for BinaryPackageReport
impl UnwindSafe for BinaryPackageReport
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