pub struct StreamSubscriptionFrame {
pub sequence_number: u64,
pub entries: Vec<StreamSubscriptionEntry>,
}Expand description
One atomic Put batch delivered to a subscriber.
Fields§
§sequence_number: u64§entries: Vec<StreamSubscriptionEntry>Trait Implementations§
Source§impl Clone for StreamSubscriptionFrame
impl Clone for StreamSubscriptionFrame
Source§fn clone(&self) -> StreamSubscriptionFrame
fn clone(&self) -> StreamSubscriptionFrame
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 moreAuto Trait Implementations§
impl Freeze for StreamSubscriptionFrame
impl RefUnwindSafe for StreamSubscriptionFrame
impl Send for StreamSubscriptionFrame
impl Sync for StreamSubscriptionFrame
impl Unpin for StreamSubscriptionFrame
impl UnsafeUnpin for StreamSubscriptionFrame
impl UnwindSafe for StreamSubscriptionFrame
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