pub struct InteractiveVideoEdges {
pub dimension: Option<InteractiveVideoDimension>,
pub questions: Vec<InteractiveVideoQuestion>,
pub skin: Option<Value>,
}Expand description
当前模块信息
Fields§
§dimension: Option<InteractiveVideoDimension>当前分P分辨率
questions: Vec<InteractiveVideoQuestion>问题列表,问题结束模块无此项
skin: Option<Value>问题外观
Trait Implementations§
Source§impl Clone for InteractiveVideoEdges
impl Clone for InteractiveVideoEdges
Source§fn clone(&self) -> InteractiveVideoEdges
fn clone(&self) -> InteractiveVideoEdges
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 InteractiveVideoEdges
impl Debug for InteractiveVideoEdges
Source§impl<'de> Deserialize<'de> for InteractiveVideoEdges
impl<'de> Deserialize<'de> for InteractiveVideoEdges
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 InteractiveVideoEdges
impl RefUnwindSafe for InteractiveVideoEdges
impl Send for InteractiveVideoEdges
impl Sync for InteractiveVideoEdges
impl Unpin for InteractiveVideoEdges
impl UnsafeUnpin for InteractiveVideoEdges
impl UnwindSafe for InteractiveVideoEdges
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