pub struct SetAutoAttach {
pub auto_attach: bool,
pub wait_for_debugger_on_start: bool,
pub flatten: Option<bool>,
pub filter: Option<TargetFilter>,
}
Fields§
§auto_attach: bool
§wait_for_debugger_on_start: bool
§flatten: Option<bool>
§filter: Option<TargetFilter>
Trait Implementations§
Source§impl Clone for SetAutoAttach
impl Clone for SetAutoAttach
Source§fn clone(&self) -> SetAutoAttach
fn clone(&self) -> SetAutoAttach
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 SetAutoAttach
impl Debug for SetAutoAttach
Source§impl<'de> Deserialize<'de> for SetAutoAttach
impl<'de> Deserialize<'de> for SetAutoAttach
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for SetAutoAttach
impl Method for SetAutoAttach
const NAME: &'static str = "Target.setAutoAttach"
type ReturnObject = SetAutoAttachReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetAutoAttach
impl PartialEq for SetAutoAttach
Source§impl Serialize for SetAutoAttach
impl Serialize for SetAutoAttach
impl StructuralPartialEq for SetAutoAttach
Auto Trait Implementations§
impl Freeze for SetAutoAttach
impl RefUnwindSafe for SetAutoAttach
impl Send for SetAutoAttach
impl Sync for SetAutoAttach
impl Unpin for SetAutoAttach
impl UnwindSafe for SetAutoAttach
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