pub struct PlayProportion {
pub android: i64,
pub h5: i64,
pub ios: i64,
pub out: i64,
pub pc: i64,
}Expand description
播放平台占比
Fields§
§android: i64安卓端
h5: i64移动端H5
ios: i64iOS端
out: i64站外
pc: i64PC网页版
Trait Implementations§
Source§impl Clone for PlayProportion
impl Clone for PlayProportion
Source§fn clone(&self) -> PlayProportion
fn clone(&self) -> PlayProportion
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 PlayProportion
impl Debug for PlayProportion
Source§impl<'de> Deserialize<'de> for PlayProportion
impl<'de> Deserialize<'de> for PlayProportion
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 PlayProportion
impl RefUnwindSafe for PlayProportion
impl Send for PlayProportion
impl Sync for PlayProportion
impl Unpin for PlayProportion
impl UnwindSafe for PlayProportion
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