pub struct EnableReturnObjectBuilder { /* private fields */ }Expand description
Builder for EnableReturnObject.
Implementations§
Source§impl EnableReturnObjectBuilder
impl EnableReturnObjectBuilder
Sourcepub fn debugger_id(&mut self, value: UniqueDebuggerId) -> &mut Self
pub fn debugger_id(&mut self, value: UniqueDebuggerId) -> &mut Self
Unique identifier of the debugger.
Sourcepub fn build(
&self,
) -> Result<EnableReturnObject, EnableReturnObjectBuilderError>
pub fn build( &self, ) -> Result<EnableReturnObject, EnableReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for EnableReturnObjectBuilder
impl Clone for EnableReturnObjectBuilder
Source§fn clone(&self) -> EnableReturnObjectBuilder
fn clone(&self) -> EnableReturnObjectBuilder
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 EnableReturnObjectBuilder
impl RefUnwindSafe for EnableReturnObjectBuilder
impl Send for EnableReturnObjectBuilder
impl Sync for EnableReturnObjectBuilder
impl Unpin for EnableReturnObjectBuilder
impl UnsafeUnpin for EnableReturnObjectBuilder
impl UnwindSafe for EnableReturnObjectBuilder
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