pub enum ExtractionMethod {
Auto,
DevTools,
PowerShell,
}
Variants§
Auto
Auto decision (PowerShell優先 - 推奨)
DevTools
Chrome DevTools Protocol (詳細情報取得 - デバッグモード必要)
PowerShell
PowerShell (高速・互換性重視)
Trait Implementations§
Source§impl Clone for ExtractionMethod
impl Clone for ExtractionMethod
Source§fn clone(&self) -> ExtractionMethod
fn clone(&self) -> ExtractionMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExtractionMethod
impl Debug for ExtractionMethod
impl Copy for ExtractionMethod
Auto Trait Implementations§
impl Freeze for ExtractionMethod
impl RefUnwindSafe for ExtractionMethod
impl Send for ExtractionMethod
impl Sync for ExtractionMethod
impl Unpin for ExtractionMethod
impl UnwindSafe for ExtractionMethod
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