[−][src]Enum tsclientlib::Version
Variants
Windows_3_0_11__1
Windows_3_0_11__2
Windows_3_0_11__3
Windows_3_0_11_1__1
Windows_3_0_11_1__2
Windows_3_0_12__1
Windows_3_0_12__2
Windows_3_0_12__3
Windows_3_0_12__4
Windows_3_0_13__1
Windows_3_0_13__2
Windows_3_0_13_1
Windows_3_0_14__1
Windows_3_0_14__2
Windows_3_0_14__3
Windows_3_0_14__4
Windows_3_0_14__5
Windows_3_0_15__1
Windows_3_0_15__2
Windows_3_0_15__3
Windows_3_0_15_1
Windows_3_0_16__1
Linux_3_0_16
Windows_3_0_16__2
Windows_3_0_17__1
Windows_3_0_17__2
Windows_3_0_17__3
Windows_3_0_17__4
Windows_3_0_17__5
Windows_3_0_18__1
Windows_3_0_18__2
Windows_3_0_18__3
Windows_3_0_18__4
Windows_3_0_18_1
Windows_3_0_19__1
Windows_3_0_18_2
Windows_3_0_19__2
Windows_3_0_19__3
Windows_3_0_19__4
Windows_3_0_19_1
Android_3_0_23
Windows_3_0_20
Windows_3_0_19_2
Windows_3_0_19_3
Linux_3_0_19_4
OS_X_3_0_19_4
Windows_3_0_19_4
Windows_3_1__1
Windows_3_1__2
Linux_3_1__1
Windows_3_1__3
Linux_3_1__2
Windows_3_1__4
Linux_3_1__3
Windows_3_1__5
Linux_3_1__4
Windows_3_1__6
Linux_3_1__5
Windows_3_1__7
Linux_3_1__6
Windows_3_1__8
Linux_3_1_0_1
Windows_3_1_0_1
Linux_3_1_1__1
Windows_3_1_1__1
Linux_3_1_1__2
Windows_3_1_1__2
Linux_3_1_1__3
Windows_3_1_1__3
Linux_3_1_1_1
Windows_3_1_1_1
Linux_3_1_2
Windows_3_1_2
Linux_3_1_3
Windows_3_1_3
Linux_3_1_4
Windows_3_1_4
Linux_3_1_5__1
Windows_3_1_5__1
Linux_3_1_5__2
Windows_3_1_5__2
Linux_3_1_4_2
Windows_3_1_4_2
Linux_3_1_5__3
Windows_3_1_5__3
Linux_3_1_5__4
Windows_3_1_5__4
Linux_3_1_5__5
Windows_3_1_5__5
Linux_3_1_5__6
Windows_3_1_5__6
Linux_3_1_6__1
Windows_3_1_6__1
Linux_3_1_6__2
Windows_3_1_6__2
OS_X_3_1_7__1
Windows_3_1_7__1
OS_X_3_1_7__2
OS_X_3_1_7__3
OS_X_3_1_7__4
Windows_3_1_7__2
Linux_3_1_7
Windows_3_1_7__3
Windows_3_1_8__1
Windows_3_1_8__2
Linux_3_1_8
OS_X_3_1_8
Windows_3_1_8__3
Android_3_1_8
iOS_3_1_8
OS_X_3_1_9__1
OS_X_3_1_9__2
OS_X_3_1_9__3
OS_X_3_1_9__4
Linux_3_1_9
OS_X_3_1_9__5
Windows_3_1_9
Linux_3_1_10
OS_X_3_1_10
Windows_3_1_10
Windows_3_2_0__1
Windows_3_2_0__2
Windows_3_2_0__3
Linux_3_2_0
OS_X_3_2_0
Windows_3_2_0__4
Linux_3_2_1
OS_X_3_2_1
Windows_3_2_1
Android_3_2_0
iOS_3_2_0
Linux_3_2_2__1
OS_X_3_2_2__1
Windows_3_2_2__1
Windows_3_2_2__2
iOS_3_2_2
Linux_3_2_2__2
OS_X_3_2_2__2
Windows_3_2_2__3
Android_3_2_3
Linux_3_2_3
OS_X_3_2_3
Windows_3_2_3
iOS_3_2_3
Windows_0_0_1__1
Windows_0_0_1__2
Windows_0_0_1__3
Linux_0_0_1__1
OS_X_0_0_1__1
Linux_0_0_1__2
OS_X_0_0_1__2
Windows_0_0_1__4
Android_3_X_X
iOS_3_X_X
OS_X_3_X_X
Windows_3_X_X
Custom
Fields of Custom
Methods
impl Version
[src]
pub fn get_platform(&self) -> &str
[src]
pub fn get_version_string(&self) -> &str
[src]
pub fn get_signature(&self) -> &[u8]
[src]
Trait Implementations
impl Debug for Version
[src]
impl Clone for Version
[src]
fn clone(&self) -> Version
[src]
default fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for Version
[src]
impl PartialEq<Version> for Version
[src]
impl Display for Version
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Erased for T
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
[src]
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self
impl<T> Erased for T
impl<Q, K> Equivalent for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
U: TryFrom<T>,