pub struct RequestMemoryDumpReturnObjectBuilder { /* private fields */ }Expand description
Builder for RequestMemoryDumpReturnObject.
Implementations§
Source§impl RequestMemoryDumpReturnObjectBuilder
impl RequestMemoryDumpReturnObjectBuilder
Sourcepub fn dump_guid(&mut self, value: String) -> &mut Self
pub fn dump_guid(&mut self, value: String) -> &mut Self
GUID of the resulting global memory dump.
Sourcepub fn build(
&self,
) -> Result<RequestMemoryDumpReturnObject, RequestMemoryDumpReturnObjectBuilderError>
pub fn build( &self, ) -> Result<RequestMemoryDumpReturnObject, RequestMemoryDumpReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for RequestMemoryDumpReturnObjectBuilder
impl Clone for RequestMemoryDumpReturnObjectBuilder
Source§fn clone(&self) -> RequestMemoryDumpReturnObjectBuilder
fn clone(&self) -> RequestMemoryDumpReturnObjectBuilder
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 RequestMemoryDumpReturnObjectBuilder
impl RefUnwindSafe for RequestMemoryDumpReturnObjectBuilder
impl Send for RequestMemoryDumpReturnObjectBuilder
impl Sync for RequestMemoryDumpReturnObjectBuilder
impl Unpin for RequestMemoryDumpReturnObjectBuilder
impl UnsafeUnpin for RequestMemoryDumpReturnObjectBuilder
impl UnwindSafe for RequestMemoryDumpReturnObjectBuilder
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