pub struct SetAutoAttachBuilder { /* private fields */ }Implementations§
Source§impl SetAutoAttachBuilder
impl SetAutoAttachBuilder
pub fn auto_attach(self, auto_attach: impl Into<bool>) -> Self
pub fn wait_for_debugger_on_start( self, wait_for_debugger_on_start: impl Into<bool>, ) -> Self
pub fn flatten(self, flatten: impl Into<bool>) -> Self
pub fn filter(self, filter: impl Into<TargetFilter>) -> Self
pub fn build(self) -> Result<SetAutoAttach, String>
Trait Implementations§
Source§impl Clone for SetAutoAttachBuilder
impl Clone for SetAutoAttachBuilder
Source§fn clone(&self) -> SetAutoAttachBuilder
fn clone(&self) -> SetAutoAttachBuilder
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 Default for SetAutoAttachBuilder
impl Default for SetAutoAttachBuilder
Source§fn default() -> SetAutoAttachBuilder
fn default() -> SetAutoAttachBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetAutoAttachBuilder
impl RefUnwindSafe for SetAutoAttachBuilder
impl Send for SetAutoAttachBuilder
impl Sync for SetAutoAttachBuilder
impl Unpin for SetAutoAttachBuilder
impl UnsafeUnpin for SetAutoAttachBuilder
impl UnwindSafe for SetAutoAttachBuilder
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