pub struct ConditionalBlockEndCommand {
pub writer_id: u128,
pub event_number: i64,
pub expected_offset: i64,
pub data: Vec<u8>,
pub request_id: i64,
}
Expand description
60.ConditionalAppendRawBytes Command
Fields§
§writer_id: u128
§event_number: i64
§expected_offset: i64
§data: Vec<u8>
§request_id: i64
Trait Implementations§
Source§impl Clone for ConditionalBlockEndCommand
impl Clone for ConditionalBlockEndCommand
Source§fn clone(&self) -> ConditionalBlockEndCommand
fn clone(&self) -> ConditionalBlockEndCommand
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 ConditionalBlockEndCommand
impl Command for ConditionalBlockEndCommand
Source§impl Debug for ConditionalBlockEndCommand
impl Debug for ConditionalBlockEndCommand
Source§impl<'de> Deserialize<'de> for ConditionalBlockEndCommand
impl<'de> Deserialize<'de> for ConditionalBlockEndCommand
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 Request for ConditionalBlockEndCommand
impl Request for ConditionalBlockEndCommand
impl StructuralPartialEq for ConditionalBlockEndCommand
Auto Trait Implementations§
impl Freeze for ConditionalBlockEndCommand
impl RefUnwindSafe for ConditionalBlockEndCommand
impl Send for ConditionalBlockEndCommand
impl Sync for ConditionalBlockEndCommand
impl Unpin for ConditionalBlockEndCommand
impl UnwindSafe for ConditionalBlockEndCommand
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