pub struct DtoPyPiMetaData {
pub package_tag: Option<String>,
pub author: Option<String>,
pub package_name: Option<String>,
pub repository_url: Option<String>,
pub readme: Option<String>,
pub home_page: Option<String>,
pub license_url: Option<String>,
pub minimum_stability: Option<String>,
pub package_type: Option<String>,
}Expand description
DtoPyPiMetaData 模型
Fields§
§package_tag: Option<String>§package_name: Option<String>§repository_url: Option<String>§readme: Option<String>§home_page: Option<String>§license_url: Option<String>§minimum_stability: Option<String>§package_type: Option<String>Trait Implementations§
Source§impl Clone for DtoPyPiMetaData
impl Clone for DtoPyPiMetaData
Source§fn clone(&self) -> DtoPyPiMetaData
fn clone(&self) -> DtoPyPiMetaData
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 DtoPyPiMetaData
impl Debug for DtoPyPiMetaData
Source§impl<'de> Deserialize<'de> for DtoPyPiMetaData
impl<'de> Deserialize<'de> for DtoPyPiMetaData
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 DtoPyPiMetaData
impl RefUnwindSafe for DtoPyPiMetaData
impl Send for DtoPyPiMetaData
impl Sync for DtoPyPiMetaData
impl Unpin for DtoPyPiMetaData
impl UnsafeUnpin for DtoPyPiMetaData
impl UnwindSafe for DtoPyPiMetaData
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