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