pub struct ConditionalCheckFailedCommand {
pub writer_id: u128,
pub event_number: i64,
pub request_id: i64,
}
Expand description
- ConditionalCheckFailed Command
Fields§
§writer_id: u128
§event_number: i64
§request_id: i64
Trait Implementations§
Source§impl Clone for ConditionalCheckFailedCommand
impl Clone for ConditionalCheckFailedCommand
Source§fn clone(&self) -> ConditionalCheckFailedCommand
fn clone(&self) -> ConditionalCheckFailedCommand
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 ConditionalCheckFailedCommand
impl<'de> Deserialize<'de> for ConditionalCheckFailedCommand
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 ConditionalCheckFailedCommand
impl PartialEq for ConditionalCheckFailedCommand
Source§fn eq(&self, other: &ConditionalCheckFailedCommand) -> bool
fn eq(&self, other: &ConditionalCheckFailedCommand) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Reply for ConditionalCheckFailedCommand
impl Reply for ConditionalCheckFailedCommand
fn get_request_id(&self) -> i64
fn is_failure(&self) -> bool
impl StructuralPartialEq for ConditionalCheckFailedCommand
Auto Trait Implementations§
impl Freeze for ConditionalCheckFailedCommand
impl RefUnwindSafe for ConditionalCheckFailedCommand
impl Send for ConditionalCheckFailedCommand
impl Sync for ConditionalCheckFailedCommand
impl Unpin for ConditionalCheckFailedCommand
impl UnwindSafe for ConditionalCheckFailedCommand
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