Struct fuchsia_pkg::SubpackageInfo
source · pub struct SubpackageInfo {
pub manifest_path: String,
pub name: String,
pub merkle: Hash,
}
Fields§
§manifest_path: String
Path to a PackageManifest for the subpackage.
name: String
The package-relative name of this declared subpackage.
merkle: Hash
The package hash (meta.far merkle) of the subpackage.
Trait Implementations§
source§impl Clone for SubpackageInfo
impl Clone for SubpackageInfo
source§fn clone(&self) -> SubpackageInfo
fn clone(&self) -> SubpackageInfo
Returns a copy 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 SubpackageInfo
impl Debug for SubpackageInfo
source§impl<'de> Deserialize<'de> for SubpackageInfo
impl<'de> Deserialize<'de> for SubpackageInfo
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 SubpackageInfo
impl PartialEq for SubpackageInfo
source§fn eq(&self, other: &SubpackageInfo) -> bool
fn eq(&self, other: &SubpackageInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SubpackageInfo
impl Serialize for SubpackageInfo
impl Eq for SubpackageInfo
impl StructuralPartialEq for SubpackageInfo
Auto Trait Implementations§
impl Freeze for SubpackageInfo
impl RefUnwindSafe for SubpackageInfo
impl Send for SubpackageInfo
impl Sync for SubpackageInfo
impl Unpin for SubpackageInfo
impl UnwindSafe for SubpackageInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)