pub struct VersionInfo {
pub ip_type: i32,
pub count: i32,
pub build: i64,
pub version: String,
pub languages: Vec<String>,
pub extra_info: Option<Vec<String>>,
}
Fields§
§ip_type: i32
§count: i32
§build: i64
§version: String
§languages: Vec<String>
§extra_info: Option<Vec<String>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VersionInfo
impl RefUnwindSafe for VersionInfo
impl Send for VersionInfo
impl Sync for VersionInfo
impl Unpin for VersionInfo
impl UnwindSafe for VersionInfo
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