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