pub struct StreamAppendCount {
pub stream_id: BucketStreamId,
pub append_count: u64,
}Fields§
§stream_id: BucketStreamId§append_count: u64Trait Implementations§
Source§impl Clone for StreamAppendCount
impl Clone for StreamAppendCount
Source§fn clone(&self) -> StreamAppendCount
fn clone(&self) -> StreamAppendCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StreamAppendCount
impl Debug for StreamAppendCount
Source§impl<'de> Deserialize<'de> for StreamAppendCount
impl<'de> Deserialize<'de> for StreamAppendCount
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 StreamAppendCount
impl PartialEq for StreamAppendCount
Source§fn eq(&self, other: &StreamAppendCount) -> bool
fn eq(&self, other: &StreamAppendCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StreamAppendCount
impl Serialize for StreamAppendCount
impl Eq for StreamAppendCount
impl StructuralPartialEq for StreamAppendCount
Auto Trait Implementations§
impl Freeze for StreamAppendCount
impl RefUnwindSafe for StreamAppendCount
impl Send for StreamAppendCount
impl Sync for StreamAppendCount
impl Unpin for StreamAppendCount
impl UnsafeUnpin for StreamAppendCount
impl UnwindSafe for StreamAppendCount
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