Struct hyper_scripter::util::main_util::EditTagArgs[][src]

pub struct EditTagArgs {
    pub content: TagFilter,
    pub append_namespace: bool,
    pub explicit_tag: bool,
    pub explicit_filter: bool,
}

Fields

content: TagFilterappend_namespace: bool

是否要把命名空間也做為標籤

explicit_tag: bool

命令行參數裡帶著 tag 選項,例如 hs edit –tag some-tag edit

explicit_filter: bool

命令行參數裡帶著 filter 選項,例如 hs –filter some-tag edit

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.