pub struct StreamReplay<V: Version> {
pub header: Option<ReplayHeader>,
pub body: Option<ReplayBody<V>>,
}Expand description
Like Replay but fields are optional.
Fields§
§header: Option<ReplayHeader>§body: Option<ReplayBody<V>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for StreamReplay<V>
impl<V> RefUnwindSafe for StreamReplay<V>
impl<V> Send for StreamReplay<V>
impl<V> Sync for StreamReplay<V>
impl<V> Unpin for StreamReplay<V>
impl<V> UnwindSafe for StreamReplay<V>
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