Enum syntax::parse::DirectoryOwnership[][src]

pub enum DirectoryOwnership {
    Owned {
        relative: Option<Ident>,
    },
    UnownedViaBlock,
    UnownedViaMod(bool),
}

Variants

Fields of Owned

Trait Implementations

impl Copy for DirectoryOwnership
[src]

impl Clone for DirectoryOwnership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations