Struct hyper_scripter::util::main_util::EditTagArgs
source · pub struct EditTagArgs {
pub content: TagSelector,
pub explicit_tag: bool,
pub explicit_select: bool,
}
Fields§
§content: TagSelector
§explicit_tag: bool
命令行參數裡帶著 tag 選項,例如 hs edit –tag some-tag edit
explicit_select: bool
命令行參數裡帶著 select 選項,例如 hs –select some-tag edit
Auto Trait Implementations§
impl RefUnwindSafe for EditTagArgs
impl Send for EditTagArgs
impl Sync for EditTagArgs
impl Unpin for EditTagArgs
impl UnwindSafe for EditTagArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more