pub struct PartStart {
pub index: usize,
pub part_kind: String,
}Expand description
Part start event.
Fields§
§index: usizePart index in response.
part_kind: StringPart kind.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PartStart
impl<'de> Deserialize<'de> for PartStart
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
impl Eq for PartStart
impl StructuralPartialEq for PartStart
Auto Trait Implementations§
impl Freeze for PartStart
impl RefUnwindSafe for PartStart
impl Send for PartStart
impl Sync for PartStart
impl Unpin for PartStart
impl UnsafeUnpin for PartStart
impl UnwindSafe for PartStart
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