pub struct ExceptionInfoRequest {
pub arguments: ExceptionInfoArguments,
pub command: String,
pub seq: i64,
pub type_: String,
}
Fields§
§arguments: ExceptionInfoArguments
Object containing arguments for the command.
command: String
The command to execute.
seq: i64
Sequence number.
type_: String
Message type.
Trait Implementations§
Source§impl Clone for ExceptionInfoRequest
impl Clone for ExceptionInfoRequest
Source§fn clone(&self) -> ExceptionInfoRequest
fn clone(&self) -> ExceptionInfoRequest
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 ExceptionInfoRequest
impl Debug for ExceptionInfoRequest
Source§impl<'de> Deserialize<'de> for ExceptionInfoRequest
impl<'de> Deserialize<'de> for ExceptionInfoRequest
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 ExceptionInfoRequest
impl PartialEq for ExceptionInfoRequest
Source§impl Serialize for ExceptionInfoRequest
impl Serialize for ExceptionInfoRequest
impl StructuralPartialEq for ExceptionInfoRequest
Auto Trait Implementations§
impl Freeze for ExceptionInfoRequest
impl RefUnwindSafe for ExceptionInfoRequest
impl Send for ExceptionInfoRequest
impl Sync for ExceptionInfoRequest
impl Unpin for ExceptionInfoRequest
impl UnwindSafe for ExceptionInfoRequest
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