Struct ExecutionReject
pub struct ExecutionReject {
pub command_id: CommandId,
pub reject_code: String,
pub reject_detail: Option<String>,
pub raw: Option<Value>,
}Expand description
§8.9 — Venue rejection.
Fields§
§command_id: CommandId§reject_code: String§reject_detail: Option<String>§raw: Option<Value>Trait Implementations§
§impl Clone for ExecutionReject
impl Clone for ExecutionReject
§fn clone(&self) -> ExecutionReject
fn clone(&self) -> ExecutionReject
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ExecutionReject
impl Debug for ExecutionReject
§impl<'de> Deserialize<'de> for ExecutionReject
impl<'de> Deserialize<'de> for ExecutionReject
§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
§impl Serialize for ExecutionReject
impl Serialize for ExecutionReject
Auto Trait Implementations§
impl Freeze for ExecutionReject
impl RefUnwindSafe for ExecutionReject
impl Send for ExecutionReject
impl Sync for ExecutionReject
impl Unpin for ExecutionReject
impl UnsafeUnpin for ExecutionReject
impl UnwindSafe for ExecutionReject
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)