pub struct AttachedToTargetEventParamsBuilder { /* private fields */ }Expand description
Builder for AttachedToTargetEventParams.
Implementations§
Source§impl AttachedToTargetEventParamsBuilder
impl AttachedToTargetEventParamsBuilder
Sourcepub fn session_id(&mut self, value: SessionId) -> &mut Self
pub fn session_id(&mut self, value: SessionId) -> &mut Self
Identifier assigned to the session used to send/receive messages.
pub fn target_info(&mut self, value: TargetInfo) -> &mut Self
pub fn waiting_for_debugger(&mut self, value: bool) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<AttachedToTargetEventParams, AttachedToTargetEventParamsBuilderError>
pub fn build( &self, ) -> Result<AttachedToTargetEventParams, AttachedToTargetEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for AttachedToTargetEventParamsBuilder
impl Clone for AttachedToTargetEventParamsBuilder
Source§fn clone(&self) -> AttachedToTargetEventParamsBuilder
fn clone(&self) -> AttachedToTargetEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for AttachedToTargetEventParamsBuilder
impl RefUnwindSafe for AttachedToTargetEventParamsBuilder
impl Send for AttachedToTargetEventParamsBuilder
impl Sync for AttachedToTargetEventParamsBuilder
impl Unpin for AttachedToTargetEventParamsBuilder
impl UnsafeUnpin for AttachedToTargetEventParamsBuilder
impl UnwindSafe for AttachedToTargetEventParamsBuilder
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