type AllCratesPart = Part<AllCrates, OrderedJson>;
Aliased Type§
struct AllCratesPart {
_artifact: PhantomData<AllCrates>,
item: OrderedJson,
}
Fields§
§_artifact: PhantomData<AllCrates>
§item: OrderedJson
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: 24 bytes
Implementations
Source§impl Part<AllCrates, OrderedJson>
impl Part<AllCrates, OrderedJson>
fn blank() -> SortedTemplate<<Self as CciPart>::FileFormat>
fn get( crate_name_json: OrderedJson, resource_suffix: &str, ) -> Result<PartsAndLocations<Self>, Error>
Trait Implementations
Source§impl CciPart for Part<AllCrates, OrderedJson>
impl CciPart for Part<AllCrates, OrderedJson>
Source§type FileFormat = Js
type FileFormat = Js
Identifies the file format of the cross-crate information
fn from_crate_info(crate_info: &CrateInfo) -> &PartsAndLocations<Self>
Source§impl<'de, T, U> Deserialize<'de> for Part<T, U>where
U: Deserialize<'de>,
impl<'de, T, U> Deserialize<'de> for Part<T, U>where
U: Deserialize<'de>,
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