pub struct StreamStart {
pub rid: Option<String>,
pub regen: bool,
}Expand description
Begin streaming.
Fields§
§rid: Option<String>§regen: boolTrait Implementations§
Source§impl Clone for StreamStart
impl Clone for StreamStart
Source§fn clone(&self) -> StreamStart
fn clone(&self) -> StreamStart
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 StreamStart
impl Debug for StreamStart
Source§impl<'de> Deserialize<'de> for StreamStart
impl<'de> Deserialize<'de> for StreamStart
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 StreamStart
impl RefUnwindSafe for StreamStart
impl Send for StreamStart
impl Sync for StreamStart
impl Unpin for StreamStart
impl UnsafeUnpin for StreamStart
impl UnwindSafe for StreamStart
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