pub struct InstructionRequestBody {
pub instruction: InstructionRequestBodyInstruction,
pub instruction_type: InstructionRequestBodyInstructionType,
}Fields§
§instruction: InstructionRequestBodyInstruction§instruction_type: InstructionRequestBodyInstructionTypeTrait Implementations§
Source§impl Clone for InstructionRequestBody
impl Clone for InstructionRequestBody
Source§fn clone(&self) -> InstructionRequestBody
fn clone(&self) -> InstructionRequestBody
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 InstructionRequestBody
impl Debug for InstructionRequestBody
Source§impl Default for InstructionRequestBody
impl Default for InstructionRequestBody
Source§impl PartialEq for InstructionRequestBody
impl PartialEq for InstructionRequestBody
Source§impl Serialize for InstructionRequestBody
impl Serialize for InstructionRequestBody
impl StructuralPartialEq for InstructionRequestBody
Auto Trait Implementations§
impl Freeze for InstructionRequestBody
impl RefUnwindSafe for InstructionRequestBody
impl Send for InstructionRequestBody
impl Sync for InstructionRequestBody
impl Unpin for InstructionRequestBody
impl UnsafeUnpin for InstructionRequestBody
impl UnwindSafe for InstructionRequestBody
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