Struct cargo::sources::config::SourceConfigMap[][src]

pub struct SourceConfigMap<'cfg> { /* fields omitted */ }

Methods

impl<'cfg> SourceConfigMap<'cfg>
[src]

Trait Implementations

impl<'cfg> Clone for SourceConfigMap<'cfg>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'cfg> !Send for SourceConfigMap<'cfg>

impl<'cfg> !Sync for SourceConfigMap<'cfg>