pub struct DtoPyPiRegistryTagDetail {Show 14 fields
pub desc: Option<String>,
pub files: Option<Vec<Value>>,
pub dependencies: Option<Vec<Value>>,
pub last_pusher: Option<Value>,
pub package: Option<String>,
pub metadata: Option<Value>,
pub pull_count: Option<i64>,
pub slug: Option<String>,
pub status: Option<String>,
pub tag: Option<String>,
pub tags: Option<Vec<Value>>,
pub address: Option<String>,
pub size: Option<i64>,
pub recent_pull_count: Option<i64>,
}Expand description
DtoPyPiRegistryTagDetail 模型
Fields§
§desc: Option<String>§files: Option<Vec<Value>>§dependencies: Option<Vec<Value>>§last_pusher: Option<Value>§package: Option<String>§metadata: Option<Value>§pull_count: Option<i64>§slug: Option<String>§status: Option<String>§tag: Option<String>§address: Option<String>§size: Option<i64>§recent_pull_count: Option<i64>Trait Implementations§
Source§impl Clone for DtoPyPiRegistryTagDetail
impl Clone for DtoPyPiRegistryTagDetail
Source§fn clone(&self) -> DtoPyPiRegistryTagDetail
fn clone(&self) -> DtoPyPiRegistryTagDetail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DtoPyPiRegistryTagDetail
impl Debug for DtoPyPiRegistryTagDetail
Source§impl<'de> Deserialize<'de> for DtoPyPiRegistryTagDetail
impl<'de> Deserialize<'de> for DtoPyPiRegistryTagDetail
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 DtoPyPiRegistryTagDetail
impl RefUnwindSafe for DtoPyPiRegistryTagDetail
impl Send for DtoPyPiRegistryTagDetail
impl Sync for DtoPyPiRegistryTagDetail
impl Unpin for DtoPyPiRegistryTagDetail
impl UnsafeUnpin for DtoPyPiRegistryTagDetail
impl UnwindSafe for DtoPyPiRegistryTagDetail
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