pub struct RustDocFingerprint {
    pub rustc_vv: String,
}
Expand description

Structure used to deal with Rustdoc fingerprinting

Fields

rustc_vv: String

Implementations

This function checks whether the latest version of Rustc used to compile this Workspace’s docs was the same as the one is currently being used in this cargo doc call.

In case it’s not, it takes care of removing the doc/ folder as well as overwriting the rustdoc fingerprint info in order to guarantee that we won’t end up with mixed versions of the js/html/css files that rustdoc autogenerates which do not have any versioning.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.