pub struct GetNodeStackTracesBuilder { /* private fields */ }Expand description
Builder for GetNodeStackTraces.
Implementations§
Source§impl GetNodeStackTracesBuilder
impl GetNodeStackTracesBuilder
Sourcepub fn node_id<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
pub fn node_id<VALUE: Into<NodeId>>(&mut self, value: VALUE) -> &mut Self
Id of the node to get stack traces for.
Sourcepub fn build(
&self,
) -> Result<GetNodeStackTraces, GetNodeStackTracesBuilderError>
pub fn build( &self, ) -> Result<GetNodeStackTraces, GetNodeStackTracesBuilderError>
Trait Implementations§
Source§impl Clone for GetNodeStackTracesBuilder
impl Clone for GetNodeStackTracesBuilder
Source§fn clone(&self) -> GetNodeStackTracesBuilder
fn clone(&self) -> GetNodeStackTracesBuilder
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 GetNodeStackTracesBuilder
impl RefUnwindSafe for GetNodeStackTracesBuilder
impl Send for GetNodeStackTracesBuilder
impl Sync for GetNodeStackTracesBuilder
impl Unpin for GetNodeStackTracesBuilder
impl UnsafeUnpin for GetNodeStackTracesBuilder
impl UnwindSafe for GetNodeStackTracesBuilder
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