pub struct InteractiveVideoPreload {
pub video: Vec<InteractiveVideoPreloadVideo>,
}Expand description
预加载的分P信息
Fields§
§video: Vec<InteractiveVideoPreloadVideo>预加载的分P列表
Trait Implementations§
Source§impl Clone for InteractiveVideoPreload
impl Clone for InteractiveVideoPreload
Source§fn clone(&self) -> InteractiveVideoPreload
fn clone(&self) -> InteractiveVideoPreload
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 InteractiveVideoPreload
impl Debug for InteractiveVideoPreload
Source§impl<'de> Deserialize<'de> for InteractiveVideoPreload
impl<'de> Deserialize<'de> for InteractiveVideoPreload
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 InteractiveVideoPreload
impl RefUnwindSafe for InteractiveVideoPreload
impl Send for InteractiveVideoPreload
impl Sync for InteractiveVideoPreload
impl Unpin for InteractiveVideoPreload
impl UnwindSafe for InteractiveVideoPreload
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