pub struct NewCrate {Show 18 fields
pub name: String,
pub vers: String,
pub deps: Vec<NewCrateDependency>,
pub features: BTreeMap<String, Vec<String>>,
pub authors: Vec<String>,
pub description: Option<String>,
pub documentation: Option<String>,
pub homepage: Option<String>,
pub readme: Option<String>,
pub readme_file: Option<String>,
pub keywords: Vec<String>,
pub categories: Vec<String>,
pub license: Option<String>,
pub license_file: Option<String>,
pub repository: Option<String>,
pub badges: BTreeMap<String, BTreeMap<String, String>>,
pub links: Option<String>,
pub rust_version: Option<String>,
}
Fields§
§name: String
§vers: String
§deps: Vec<NewCrateDependency>
§features: BTreeMap<String, Vec<String>>
§description: Option<String>
§documentation: Option<String>
§homepage: Option<String>
§readme: Option<String>
§readme_file: Option<String>
§keywords: Vec<String>
§categories: Vec<String>
§license: Option<String>
§license_file: Option<String>
§repository: Option<String>
§badges: BTreeMap<String, BTreeMap<String, String>>
§links: Option<String>
§rust_version: Option<String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for NewCrate
impl<'de> Deserialize<'de> for NewCrate
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 RefUnwindSafe for NewCrate
impl Send for NewCrate
impl Sync for NewCrate
impl Unpin for NewCrate
impl UnwindSafe for NewCrate
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
impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 432 bytes