pub struct AutoAttachRelated {
pub target_id: TargetId,
pub wait_for_debugger_on_start: bool,
pub filter: Option<TargetFilter>,
}Fields§
§target_id: TargetId§wait_for_debugger_on_start: bool§filter: Option<TargetFilter>Trait Implementations§
Source§impl Clone for AutoAttachRelated
impl Clone for AutoAttachRelated
Source§fn clone(&self) -> AutoAttachRelated
fn clone(&self) -> AutoAttachRelated
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 AutoAttachRelated
impl Debug for AutoAttachRelated
Source§impl<'de> Deserialize<'de> for AutoAttachRelated
impl<'de> Deserialize<'de> for AutoAttachRelated
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 AutoAttachRelated
impl Method for AutoAttachRelated
const NAME: &'static str = "Target.autoAttachRelated"
type ReturnObject = AutoAttachRelatedReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for AutoAttachRelated
impl PartialEq for AutoAttachRelated
Source§impl Serialize for AutoAttachRelated
impl Serialize for AutoAttachRelated
impl StructuralPartialEq for AutoAttachRelated
Auto Trait Implementations§
impl Freeze for AutoAttachRelated
impl RefUnwindSafe for AutoAttachRelated
impl Send for AutoAttachRelated
impl Sync for AutoAttachRelated
impl Unpin for AutoAttachRelated
impl UnwindSafe for AutoAttachRelated
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