Struct reproto_core::RpUseDecl [] [src]

pub struct RpUseDecl {
    pub package: Loc<RpPackage>,
    pub version_req: Option<Loc<VersionReq>>,
    pub alias: Option<String>,
}

Fields

Trait Implementations

impl Debug for RpUseDecl
[src]

Formats the value using the given formatter.

impl Clone for RpUseDecl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more