pub struct StackTraceIdBuilder { /* private fields */ }Expand description
Builder for StackTraceId.
Implementations§
Source§impl StackTraceIdBuilder
impl StackTraceIdBuilder
pub fn id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn debugger_id<VALUE: Into<UniqueDebuggerId>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(&self) -> Result<StackTraceId, StackTraceIdBuilderError>
pub fn build(&self) -> Result<StackTraceId, StackTraceIdBuilderError>
Trait Implementations§
Source§impl Clone for StackTraceIdBuilder
impl Clone for StackTraceIdBuilder
Source§fn clone(&self) -> StackTraceIdBuilder
fn clone(&self) -> StackTraceIdBuilder
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 StackTraceIdBuilder
impl RefUnwindSafe for StackTraceIdBuilder
impl Send for StackTraceIdBuilder
impl Sync for StackTraceIdBuilder
impl Unpin for StackTraceIdBuilder
impl UnsafeUnpin for StackTraceIdBuilder
impl UnwindSafe for StackTraceIdBuilder
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