pub struct GetPackageStatusResponse {
pub package_status: Box<PackageStatus>,
}
Fields§
§package_status: Box<PackageStatus>
Implementations§
Source§impl GetPackageStatusResponse
impl GetPackageStatusResponse
pub fn new(package_status: PackageStatus) -> GetPackageStatusResponse
Trait Implementations§
Source§impl Clone for GetPackageStatusResponse
impl Clone for GetPackageStatusResponse
Source§fn clone(&self) -> GetPackageStatusResponse
fn clone(&self) -> GetPackageStatusResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 GetPackageStatusResponse
impl Debug for GetPackageStatusResponse
Source§impl Default for GetPackageStatusResponse
impl Default for GetPackageStatusResponse
Source§fn default() -> GetPackageStatusResponse
fn default() -> GetPackageStatusResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetPackageStatusResponse
impl<'de> Deserialize<'de> for GetPackageStatusResponse
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 GetPackageStatusResponse
impl PartialEq for GetPackageStatusResponse
Source§impl Serialize for GetPackageStatusResponse
impl Serialize for GetPackageStatusResponse
impl StructuralPartialEq for GetPackageStatusResponse
Auto Trait Implementations§
impl Freeze for GetPackageStatusResponse
impl RefUnwindSafe for GetPackageStatusResponse
impl Send for GetPackageStatusResponse
impl Sync for GetPackageStatusResponse
impl Unpin for GetPackageStatusResponse
impl UnwindSafe for GetPackageStatusResponse
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