pub struct MetadataRequestResult {
pub artifact_metadata: ArtifactMetadata,
pub asset_metadata: Option<AssetMetadata>,
}Fields§
§artifact_metadata: ArtifactMetadata§asset_metadata: Option<AssetMetadata>Auto Trait Implementations§
impl Freeze for MetadataRequestResult
impl RefUnwindSafe for MetadataRequestResult
impl Send for MetadataRequestResult
impl Sync for MetadataRequestResult
impl Unpin for MetadataRequestResult
impl UnwindSafe for MetadataRequestResult
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