Struct ezomyte::Mod [] [src]

pub struct Mod { /* fields omitted */ }

A single item mod occurrence.

Methods

impl Mod
[src]

[src]

Create Mod from given mod text that's found on an item.

impl Mod
[src]

[src]

Mod type (explicit, implicit, etc.).

[src]

Mod text as string.

Trait Implementations

impl Clone for Mod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Mod
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Mod

impl Sync for Mod