pub struct DtoPackageDetail {
pub helm: Option<Value>,
pub docker: Option<Value>,
pub nuget: Option<Value>,
pub pypi: Option<Value>,
pub composer: Option<Value>,
pub ohpm: Option<Value>,
pub npm: Option<Value>,
pub docker_model: Option<Value>,
pub maven: Option<Value>,
}
Expand description
DtoPackageDetail 模型
Fields§
§helm: Option<Value>
§docker: Option<Value>
§nuget: Option<Value>
§pypi: Option<Value>
§composer: Option<Value>
§ohpm: Option<Value>
§npm: Option<Value>
§docker_model: Option<Value>
§maven: Option<Value>
Trait Implementations§
Source§impl Clone for DtoPackageDetail
impl Clone for DtoPackageDetail
Source§fn clone(&self) -> DtoPackageDetail
fn clone(&self) -> DtoPackageDetail
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 DtoPackageDetail
impl Debug for DtoPackageDetail
Source§impl<'de> Deserialize<'de> for DtoPackageDetail
impl<'de> Deserialize<'de> for DtoPackageDetail
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
Auto Trait Implementations§
impl Freeze for DtoPackageDetail
impl RefUnwindSafe for DtoPackageDetail
impl Send for DtoPackageDetail
impl Sync for DtoPackageDetail
impl Unpin for DtoPackageDetail
impl UnwindSafe for DtoPackageDetail
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