pub struct PcLiveVersionData {
pub curr_version: String,
pub build: u64,
pub instruction: String,
pub file_size: String,
pub file_md5: String,
pub content: String,
pub download_url: String,
pub hdiffpatch_switch: u8,
}Expand description
PC直播姬版本号响应数据
Fields§
§curr_version: String§build: u64§instruction: String§file_size: String§file_md5: String§content: String§download_url: String§hdiffpatch_switch: u8Trait Implementations§
Source§impl Clone for PcLiveVersionData
impl Clone for PcLiveVersionData
Source§fn clone(&self) -> PcLiveVersionData
fn clone(&self) -> PcLiveVersionData
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 PcLiveVersionData
impl Debug for PcLiveVersionData
Source§impl<'de> Deserialize<'de> for PcLiveVersionData
impl<'de> Deserialize<'de> for PcLiveVersionData
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 PcLiveVersionData
impl RefUnwindSafe for PcLiveVersionData
impl Send for PcLiveVersionData
impl Sync for PcLiveVersionData
impl Unpin for PcLiveVersionData
impl UnsafeUnpin for PcLiveVersionData
impl UnwindSafe for PcLiveVersionData
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