pub struct TerminateExecutionResult {}Trait Implementations§
Source§impl Clone for TerminateExecutionResult
impl Clone for TerminateExecutionResult
Source§fn clone(&self) -> TerminateExecutionResult
fn clone(&self) -> TerminateExecutionResult
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 TerminateExecutionResult
impl Debug for TerminateExecutionResult
Source§impl Default for TerminateExecutionResult
impl Default for TerminateExecutionResult
Source§fn default() -> TerminateExecutionResult
fn default() -> TerminateExecutionResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TerminateExecutionResult
impl<'de> Deserialize<'de> for TerminateExecutionResult
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 TerminateExecutionResult
impl PartialEq for TerminateExecutionResult
Source§impl Serialize for TerminateExecutionResult
impl Serialize for TerminateExecutionResult
Source§impl TryFrom<Value> for TerminateExecutionResult
impl TryFrom<Value> for TerminateExecutionResult
impl StructuralPartialEq for TerminateExecutionResult
Auto Trait Implementations§
impl Freeze for TerminateExecutionResult
impl RefUnwindSafe for TerminateExecutionResult
impl Send for TerminateExecutionResult
impl Sync for TerminateExecutionResult
impl Unpin for TerminateExecutionResult
impl UnsafeUnpin for TerminateExecutionResult
impl UnwindSafe for TerminateExecutionResult
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