pub struct RecoverCommand {
pub entity: String,
pub id: Value,
pub expected_version: i64,
pub trace_chain: Vec<TraceNode>,
}Fields§
§entity: String§id: Value§expected_version: i64§trace_chain: Vec<TraceNode>Implementations§
Trait Implementations§
Source§impl Clone for RecoverCommand
impl Clone for RecoverCommand
Source§fn clone(&self) -> RecoverCommand
fn clone(&self) -> RecoverCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RecoverCommand
impl Debug for RecoverCommand
Source§impl PartialEq for RecoverCommand
impl PartialEq for RecoverCommand
Source§fn eq(&self, other: &RecoverCommand) -> bool
fn eq(&self, other: &RecoverCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecoverCommand
Auto Trait Implementations§
impl Freeze for RecoverCommand
impl RefUnwindSafe for RecoverCommand
impl Send for RecoverCommand
impl Sync for RecoverCommand
impl Unpin for RecoverCommand
impl UnsafeUnpin for RecoverCommand
impl UnwindSafe for RecoverCommand
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