[−][src]Struct tsproto_commands::messages::s2c::ClientEnterViewPart
Fields
reason: Reason
reasonid
in TeamSpeak.
target_channel_id: ChannelId
ctid
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: ClientId
clid
in TeamSpeak.
database_id: ClientDbId
client_database_id
in TeamSpeak.
name: &'a str
client_nickname
in TeamSpeak.
client_type: ClientType
source_channel_id: ChannelId
cfid
in TeamSpeak.
uid: UidRef<'a>
client_unique_identifier
in TeamSpeak.
avatar_hash: &'a str
client_flag_avatar
in TeamSpeak.
description: &'a str
client_description
in TeamSpeak.
icon_id: IconHash
client_icon_id
in TeamSpeak.
input_muted: bool
client_input_muted
in TeamSpeak.
output_muted: bool
client_output_muted
in TeamSpeak.
output_only_muted: bool
client_outputonly_muted
in TeamSpeak.
input_hardware_enabled: bool
client_input_hardware
in TeamSpeak.
output_hardware_enabled: bool
client_output_hardware
in TeamSpeak.
metadata: &'a str
client_meta_data
in TeamSpeak.
is_recording: bool
client_is_recording
in TeamSpeak.
channel_group: ChannelGroupId
client_channel_group_id
in TeamSpeak.
inherited_channel_group_from_channel: ChannelId
client_channel_group_inherited_channel_id
in TeamSpeak.
server_groups: Vec<ServerGroupId>
client_servergroups
in TeamSpeak.
is_away: bool
client_away
in TeamSpeak.
away_message: &'a str
client_away_message
in TeamSpeak.
talk_power: i32
client_talk_power
in TeamSpeak.
talk_power_request_time: DateTime<Utc>
client_talk_request
in TeamSpeak.
talk_power_request_message: &'a str
client_talk_request_msg
in TeamSpeak.
talk_power_granted: bool
client_is_talker
in TeamSpeak.
is_priority_speaker: bool
client_is_priority_speaker
in TeamSpeak.
unread_messages: u32
client_unread_messages
in TeamSpeak.
phonetic_name: &'a str
client_nickname_phonetic
in TeamSpeak.
needed_serverquery_view_power: i32
client_needed_serverquery_view_power
in TeamSpeak.
is_channel_commander: bool
client_is_channel_commander
in TeamSpeak.
country_code: &'a str
client_country
in TeamSpeak.
badges: &'a str
client_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