pub struct StreamSnapshot {
pub buckets: Vec<String>,
pub streams: Vec<StreamSnapshotEntry>,
}Fields§
§buckets: Vec<String>§streams: Vec<StreamSnapshotEntry>Trait Implementations§
Source§impl Clone for StreamSnapshot
impl Clone for StreamSnapshot
Source§fn clone(&self) -> StreamSnapshot
fn clone(&self) -> StreamSnapshot
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 StreamSnapshot
impl Debug for StreamSnapshot
Source§impl<'de> Deserialize<'de> for StreamSnapshot
impl<'de> Deserialize<'de> for StreamSnapshot
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 StreamSnapshot
impl PartialEq for StreamSnapshot
Source§fn eq(&self, other: &StreamSnapshot) -> bool
fn eq(&self, other: &StreamSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StreamSnapshot
impl Serialize for StreamSnapshot
impl Eq for StreamSnapshot
impl StructuralPartialEq for StreamSnapshot
Auto Trait Implementations§
impl Freeze for StreamSnapshot
impl RefUnwindSafe for StreamSnapshot
impl Send for StreamSnapshot
impl Sync for StreamSnapshot
impl Unpin for StreamSnapshot
impl UnsafeUnpin for StreamSnapshot
impl UnwindSafe for StreamSnapshot
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