pub struct RecoverCommand {
pub entity: String,
pub id: Value,
pub expected_version: i64,
}Fields§
§entity: String§id: Value§expected_version: i64Implementations§
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 · 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
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