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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations