pub struct DtoCommonRegistryTagDetail {Show 14 fields
pub recent_pull_count: Option<i64>,
pub status: Option<String>,
pub package: Option<String>,
pub metadata: Option<Value>,
pub size: Option<i64>,
pub slug: Option<String>,
pub address: Option<String>,
pub pull_count: Option<i64>,
pub tags: Option<Vec<Value>>,
pub files: Option<Vec<Value>>,
pub tag: Option<String>,
pub last_pusher: Option<Value>,
pub desc: Option<String>,
pub dependencies: Option<Vec<Value>>,
}
Expand description
DtoCommonRegistryTagDetail 模型
Fields§
§recent_pull_count: Option<i64>
§status: Option<String>
§package: Option<String>
§metadata: Option<Value>
§size: Option<i64>
§slug: Option<String>
§address: Option<String>
§pull_count: Option<i64>
§files: Option<Vec<Value>>
§tag: Option<String>
§last_pusher: Option<Value>
§desc: Option<String>
§dependencies: Option<Vec<Value>>
Trait Implementations§
Source§impl Clone for DtoCommonRegistryTagDetail
impl Clone for DtoCommonRegistryTagDetail
Source§fn clone(&self) -> DtoCommonRegistryTagDetail
fn clone(&self) -> DtoCommonRegistryTagDetail
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 DtoCommonRegistryTagDetail
impl Debug for DtoCommonRegistryTagDetail
Source§impl<'de> Deserialize<'de> for DtoCommonRegistryTagDetail
impl<'de> Deserialize<'de> for DtoCommonRegistryTagDetail
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 DtoCommonRegistryTagDetail
impl RefUnwindSafe for DtoCommonRegistryTagDetail
impl Send for DtoCommonRegistryTagDetail
impl Sync for DtoCommonRegistryTagDetail
impl Unpin for DtoCommonRegistryTagDetail
impl UnwindSafe for DtoCommonRegistryTagDetail
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