pub struct ProviderStreamEvent { /* private fields */ }Expand description
Parsed provider event retained for same-format replay.
Implementations§
Trait Implementations§
Source§impl Clone for ProviderStreamEvent
impl Clone for ProviderStreamEvent
Source§fn clone(&self) -> ProviderStreamEvent
fn clone(&self) -> ProviderStreamEvent
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 Debug for ProviderStreamEvent
impl Debug for ProviderStreamEvent
Source§impl<'de> Deserialize<'de> for ProviderStreamEvent
impl<'de> Deserialize<'de> for ProviderStreamEvent
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 ProviderStreamEvent
impl PartialEq for ProviderStreamEvent
Source§impl Serialize for ProviderStreamEvent
impl Serialize for ProviderStreamEvent
impl StructuralPartialEq for ProviderStreamEvent
Auto Trait Implementations§
impl Freeze for ProviderStreamEvent
impl RefUnwindSafe for ProviderStreamEvent
impl Send for ProviderStreamEvent
impl Sync for ProviderStreamEvent
impl Unpin for ProviderStreamEvent
impl UnsafeUnpin for ProviderStreamEvent
impl UnwindSafe for ProviderStreamEvent
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