Enum tbf::Group [−][src]
pub enum Group {
Default,
Custom(String),
}Expand description
The group associated with a tag. Many tags will be part of the ‘default’ group, but there can be any number of custom groups.
Variants
The default group
A group with a custom name
Tuple Fields of Custom
0: StringImplementations
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Group
impl UnwindSafe for Group
Blanket Implementations
Mutably borrows from an owned value. Read more