[−][src]Struct tsproto_commands::messages::c2s::ClientInitPart
Fields
name: &'a strclient_nickname in TeamSpeak.
client_version: &'a strclient_platform: &'a strinput_hardware_enabled: boolclient_input_hardware in TeamSpeak.
output_hardware_enabled: boolclient_output_hardware in TeamSpeak.
default_channel: &'a strclient_default_channel in TeamSpeak.
default_channel_password: &'a strclient_default_channel_password in TeamSpeak.
password: &'a strclient_server_password in TeamSpeak.
metadata: &'a strclient_meta_data in TeamSpeak.
client_version_sign: &'a strclient_key_offset: u64phonetic_name: &'a strclient_nickname_phonetic in TeamSpeak.
default_token: &'a strclient_default_token in TeamSpeak.
hardware_id: &'a strhwid in TeamSpeak.
badges: Option<&'a str>client_badges in TeamSpeak.
phantom: PhantomData<&'a ()>Trait Implementations
Auto Trait Implementations
impl<'a> Send for ClientInitPart<'a>
impl<'a> Sync for ClientInitPart<'a>
Blanket Implementations
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,
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self