pub enum GetStackTraceMethod {
GetStackTrace,
}Variants§
GetStackTrace
Trait Implementations§
Source§impl Clone for GetStackTraceMethod
impl Clone for GetStackTraceMethod
Source§fn clone(&self) -> GetStackTraceMethod
fn clone(&self) -> GetStackTraceMethod
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 Debug for GetStackTraceMethod
impl Debug for GetStackTraceMethod
Source§impl<'de> Deserialize<'de> for GetStackTraceMethod
impl<'de> Deserialize<'de> for GetStackTraceMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetStackTraceMethod
impl PartialEq for GetStackTraceMethod
Source§impl Serialize for GetStackTraceMethod
impl Serialize for GetStackTraceMethod
impl StructuralPartialEq for GetStackTraceMethod
Auto Trait Implementations§
impl Freeze for GetStackTraceMethod
impl RefUnwindSafe for GetStackTraceMethod
impl Send for GetStackTraceMethod
impl Sync for GetStackTraceMethod
impl Unpin for GetStackTraceMethod
impl UnsafeUnpin for GetStackTraceMethod
impl UnwindSafe for GetStackTraceMethod
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