[−][src]Struct tsproto_commands::messages::s2c::ClientEnterViewPart
Fields
reason: Reasonreasonid in TeamSpeak.
target_channel_id: ChannelIdctid in TeamSpeak.
invoker_id: Option<ClientId>invokerid in TeamSpeak.
invoker_name: Option<&'a str>invokername in TeamSpeak.
invoker_uid: Option<UidRef<'a>>invokeruid in TeamSpeak.
client_id: ClientIdclid in TeamSpeak.
database_id: ClientDbIdclient_database_id in TeamSpeak.
name: &'a strclient_nickname in TeamSpeak.
client_type: ClientTypesource_channel_id: ChannelIdcfid in TeamSpeak.
uid: UidRef<'a>client_unique_identifier in TeamSpeak.
avatar_hash: &'a strclient_flag_avatar in TeamSpeak.
description: &'a strclient_description in TeamSpeak.
icon_id: IconHashclient_icon_id in TeamSpeak.
input_muted: boolclient_input_muted in TeamSpeak.
output_muted: boolclient_output_muted in TeamSpeak.
output_only_muted: boolclient_outputonly_muted in TeamSpeak.
input_hardware_enabled: boolclient_input_hardware in TeamSpeak.
output_hardware_enabled: boolclient_output_hardware in TeamSpeak.
metadata: &'a strclient_meta_data in TeamSpeak.
is_recording: boolclient_is_recording in TeamSpeak.
channel_group: ChannelGroupIdclient_channel_group_id in TeamSpeak.
inherited_channel_group_from_channel: ChannelIdclient_channel_group_inherited_channel_id in TeamSpeak.
server_groups: Vec<ServerGroupId>client_servergroups in TeamSpeak.
is_away: boolclient_away in TeamSpeak.
away_message: &'a strclient_away_message in TeamSpeak.
talk_power: i32client_talk_power in TeamSpeak.
talk_power_request_time: DateTime<Utc>client_talk_request in TeamSpeak.
talk_power_request_message: &'a strclient_talk_request_msg in TeamSpeak.
talk_power_granted: boolclient_is_talker in TeamSpeak.
is_priority_speaker: boolclient_is_priority_speaker in TeamSpeak.
unread_messages: u32client_unread_messages in TeamSpeak.
phonetic_name: &'a strclient_nickname_phonetic in TeamSpeak.
needed_serverquery_view_power: i32client_needed_serverquery_view_power in TeamSpeak.
is_channel_commander: boolclient_is_channel_commander in TeamSpeak.
country_code: &'a strclient_country in TeamSpeak.
badges: &'a strclient_badges in TeamSpeak.
phantom: PhantomData<&'a ()>Trait Implementations
Auto Trait Implementations
impl<'a> Send for ClientEnterViewPart<'a>
impl<'a> Sync for ClientEnterViewPart<'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