pub struct ExceptionInfoArguments {
pub thread_id: i64,
}
Expand description
Arguments for ‘exceptionInfo’ request.
Fields§
§thread_id: i64
Thread for which exception information should be retrieved.
Trait Implementations§
Source§impl Clone for ExceptionInfoArguments
impl Clone for ExceptionInfoArguments
Source§fn clone(&self) -> ExceptionInfoArguments
fn clone(&self) -> ExceptionInfoArguments
Returns a copy 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 ExceptionInfoArguments
impl Debug for ExceptionInfoArguments
Source§impl<'de> Deserialize<'de> for ExceptionInfoArguments
impl<'de> Deserialize<'de> for ExceptionInfoArguments
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 ExceptionInfoArguments
impl PartialEq for ExceptionInfoArguments
Source§impl Serialize for ExceptionInfoArguments
impl Serialize for ExceptionInfoArguments
impl StructuralPartialEq for ExceptionInfoArguments
Auto Trait Implementations§
impl Freeze for ExceptionInfoArguments
impl RefUnwindSafe for ExceptionInfoArguments
impl Send for ExceptionInfoArguments
impl Sync for ExceptionInfoArguments
impl Unpin for ExceptionInfoArguments
impl UnwindSafe for ExceptionInfoArguments
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