pub struct StreamSnapshot {
pub current_state: StreamState,
pub period: Duration,
pub next_buffer: Duration,
}Fields§
§current_state: StreamState§period: Duration§next_buffer: DurationTrait Implementations§
Source§impl Clone for StreamSnapshot
impl Clone for StreamSnapshot
Source§fn clone(&self) -> StreamSnapshot
fn clone(&self) -> StreamSnapshot
Returns a copy 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<'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
Auto Trait Implementations§
impl Freeze for StreamSnapshot
impl RefUnwindSafe for StreamSnapshot
impl Send for StreamSnapshot
impl Sync for StreamSnapshot
impl Unpin 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