Struct mdblog::Tag [] [src]

pub struct Tag {
    pub name: String,
    pub num: isize,
    pub url: String,
    pub posts: Vec<Rc<Post>>,
}

blog tag

Fields

tag name

the number of tag posts

the tag url

the posts

Methods

impl Tag
[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl !Send for Tag

impl !Sync for Tag