pub struct ConditionalAppendCommand {
pub writer_id: u128,
pub event_number: i64,
pub expected_offset: i64,
pub event: EventCommand,
pub request_id: i64,
}
Expand description
16.ConditionalAppend Command
Fields§
§writer_id: u128
§event_number: i64
§expected_offset: i64
§event: EventCommand
§request_id: i64
Trait Implementations§
Source§impl Clone for ConditionalAppendCommand
impl Clone for ConditionalAppendCommand
Source§fn clone(&self) -> ConditionalAppendCommand
fn clone(&self) -> ConditionalAppendCommand
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 Command for ConditionalAppendCommand
impl Command for ConditionalAppendCommand
Source§impl Debug for ConditionalAppendCommand
impl Debug for ConditionalAppendCommand
Source§impl PartialEq for ConditionalAppendCommand
impl PartialEq for ConditionalAppendCommand
Source§impl Request for ConditionalAppendCommand
impl Request for ConditionalAppendCommand
impl StructuralPartialEq for ConditionalAppendCommand
Auto Trait Implementations§
impl Freeze for ConditionalAppendCommand
impl RefUnwindSafe for ConditionalAppendCommand
impl Send for ConditionalAppendCommand
impl Sync for ConditionalAppendCommand
impl Unpin for ConditionalAppendCommand
impl UnwindSafe for ConditionalAppendCommand
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