pub struct TerminateExecutionReturnObject {}Trait Implementations§
Source§impl Clone for TerminateExecutionReturnObject
impl Clone for TerminateExecutionReturnObject
Source§fn clone(&self) -> TerminateExecutionReturnObject
fn clone(&self) -> TerminateExecutionReturnObject
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<'de> Deserialize<'de> for TerminateExecutionReturnObject
impl<'de> Deserialize<'de> for TerminateExecutionReturnObject
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 TerminateExecutionReturnObject
impl PartialEq for TerminateExecutionReturnObject
Source§fn eq(&self, other: &TerminateExecutionReturnObject) -> bool
fn eq(&self, other: &TerminateExecutionReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TerminateExecutionReturnObject
Auto Trait Implementations§
impl Freeze for TerminateExecutionReturnObject
impl RefUnwindSafe for TerminateExecutionReturnObject
impl Send for TerminateExecutionReturnObject
impl Sync for TerminateExecutionReturnObject
impl Unpin for TerminateExecutionReturnObject
impl UnwindSafe for TerminateExecutionReturnObject
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