[−][src]Struct tsproto_commands::messages::s2c::ClientListPart
Fields
client_id: ClientIdclid in TeamSpeak.
channel_id: ChannelIdcid in TeamSpeak.
database_id: ClientDbIdclient_database_id in TeamSpeak.
name: &'a strclient_nickname in TeamSpeak.
client_type: ClientTypeuid: Option<UidRef<'a>>client_unique_identifier in TeamSpeak.
is_away: Option<bool>client_away in TeamSpeak.
away_message: Option<&'a str>client_away_message in TeamSpeak.
is_talking: Option<bool>client_flag_talking in TeamSpeak.
input_muted: Option<bool>client_input_muted in TeamSpeak.
output_muted: Option<bool>client_output_muted in TeamSpeak.
input_hardware_enabled: Option<bool>client_input_hardware in TeamSpeak.
output_hardware_enabled: Option<bool>client_output_hardware in TeamSpeak.
talk_power: Option<i32>client_talk_power in TeamSpeak.
talk_power_granted: Option<bool>client_is_talker in TeamSpeak.
is_priority_speaker: Option<bool>client_is_priority_speaker in TeamSpeak.
is_recording: Option<bool>client_is_recording in TeamSpeak.
is_channel_commander: Option<bool>client_is_channel_commander in TeamSpeak.
client_idle_time: Option<Duration>creation_date: Option<DateTime<Utc>>client_created in TeamSpeak.
last_connected: Option<DateTime<Utc>>client_lastconnected in TeamSpeak.
server_groups: Option<Vec<ServerGroupId>>client_servergroups in TeamSpeak.
channel_group: Option<ChannelGroupId>client_channel_group_id in TeamSpeak.
inherited_channel_group_from_channel: Option<ChannelId>client_channel_group_inherited_channel_id in TeamSpeak.
client_version: Option<&'a str>client_platform: Option<&'a str>country_code: Option<&'a str>client_country in TeamSpeak.
ip: Option<&'a str>connection_client_ip in TeamSpeak.
badges: Option<&'a str>client_badges in TeamSpeak.
phantom: PhantomData<&'a ()>Trait Implementations
Auto Trait Implementations
impl<'a> Send for ClientListPart<'a>
impl<'a> Sync for ClientListPart<'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