[−][src]Struct tsproto_commands::messages::s2c::ClientDbInfoPart
Fields
last_ip: &'a strclient_lastip in TeamSpeak.
client_id: ClientIdclid in TeamSpeak.
uid: UidRef<'a>client_unique_identifier in TeamSpeak.
channel_id: ChannelIdcid in TeamSpeak.
database_id: ClientDbIdclient_database_id in TeamSpeak.
name: &'a strclient_nickname in TeamSpeak.
client_type: ClientTypeavatar_hash: &'a strclient_flag_avatar in TeamSpeak.
description: &'a strclient_description in TeamSpeak.
icon_id: IconHashclient_icon_id in TeamSpeak.
creation_date: DateTime<Utc>client_created in TeamSpeak.
last_connected: DateTime<Utc>client_lastconnected in TeamSpeak.
total_connections: i32client_totalconnections in TeamSpeak.
monthly_upload_quota: i64client_month_bytes_uploaded in TeamSpeak.
monthly_download_quota: i64client_month_bytes_downloaded in TeamSpeak.
total_upload_quota: i64client_total_bytes_uploaded in TeamSpeak.
total_download_quota: i64client_total_bytes_downloaded in TeamSpeak.
base64_hash_client_uid: &'a strclient_base64HashClientUID in TeamSpeak.
phantom: PhantomData<&'a ()>Trait Implementations
Auto Trait Implementations
impl<'a> Send for ClientDbInfoPart<'a>
impl<'a> Sync for ClientDbInfoPart<'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