Struct rust_playground_top_crates::CrateInformation [−][src]
Expand description
A mapping of a crates name to its identifier used in source code
Fields
name: String
version: String
id: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CrateInformation
impl Send for CrateInformation
impl Sync for CrateInformation
impl Unpin for CrateInformation
impl UnwindSafe for CrateInformation
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more