Struct rusty_x::Snippet[][src]

pub struct Snippet {
    pub name: String,
    pub tags: Vec<String>,
}

The snippet struct that has uses multiple tags, to order the snippets

Fields

Methods

impl Snippet
[src]

Trait Implementations

impl Debug for Snippet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Snippet

impl Sync for Snippet