pub struct InServerUpdatedPart {Show 48 fields
pub welcome_message: String,
pub max_clients: u16,
pub client_count: u16,
pub channel_count: u64,
pub uptime: Duration,
pub hostmessage: String,
pub hostmessage_mode: HostMessageMode,
pub has_password: bool,
pub default_channel_admin_group: ChannelGroupId,
pub max_download_bandwidth_total: u64,
pub max_upload_bandwidth_total: u64,
pub complain_autoban_count: u32,
pub complain_autoban_time: Duration,
pub complain_remove_time: Duration,
pub min_clients_in_channel_before_forced_silence: u16,
pub antiflood_points_tick_reduce: u32,
pub antiflood_points_to_command_block: u32,
pub antiflood_points_to_ip_block: u32,
pub connection_count_total: u64,
pub query_count_total: u64,
pub query_count: u32,
pub download_quota: u64,
pub upload_quota: u64,
pub bytes_downloaded_month: u64,
pub bytes_uploaded_month: u64,
pub bytes_downloaded_total: u64,
pub bytes_uploaded_total: u64,
pub port: u16,
pub autostart: bool,
pub machine_id: String,
pub needed_identity_security_level: u8,
pub log_client: bool,
pub log_query: bool,
pub log_channel: bool,
pub log_permissions: bool,
pub log_server: bool,
pub log_filetransfer: bool,
pub min_client_version: OffsetDateTime,
pub reserved_slots: u16,
pub total_packetloss_speech: f32,
pub total_packetloss_keepalive: f32,
pub total_packetloss_control: f32,
pub total_packetloss: f32,
pub total_ping: Duration,
pub weblist_enabled: bool,
pub min_android_version: OffsetDateTime,
pub min_ios_version: OffsetDateTime,
pub antiflood_points_to_plugin_block: u32,
}Fields§
§welcome_message: Stringvirtualserver_welcomemessage in TeamSpeak
max_clients: u16virtualserver_maxclients in TeamSpeak
client_count: u16virtualserver_clientsonline in TeamSpeak
channel_count: u64virtualserver_channelsonline in TeamSpeak
uptime: Durationvirtualserver_uptime in TeamSpeak
hostmessage: Stringvirtualserver_hostmessage in TeamSpeak
hostmessage_mode: HostMessageModevirtualserver_hostmessage_mode in TeamSpeak
has_password: boolvirtualserver_flag_password in TeamSpeak
default_channel_admin_group: ChannelGroupIdvirtualserver_default_channel_admin_group in TeamSpeak
max_download_bandwidth_total: u64virtualserver_max_download_total_bandwidth in TeamSpeak
max_upload_bandwidth_total: u64virtualserver_max_upload_total_bandwidth in TeamSpeak
complain_autoban_count: u32virtualserver_complain_autoban_count in TeamSpeak
complain_autoban_time: Durationvirtualserver_complain_autoban_time in TeamSpeak
complain_remove_time: Durationvirtualserver_complain_remove_time in TeamSpeak
min_clients_in_channel_before_forced_silence: u16virtualserver_min_clients_in_channel_before_forced_silence in TeamSpeak
antiflood_points_tick_reduce: u32virtualserver_antiflood_points_tick_reduce in TeamSpeak
antiflood_points_to_command_block: u32virtualserver_antiflood_points_needed_command_block in TeamSpeak
antiflood_points_to_ip_block: u32virtualserver_antiflood_points_needed_ip_block in TeamSpeak
connection_count_total: u64virtualserver_client_connections in TeamSpeak
query_count_total: u64virtualserver_query_client_connections in TeamSpeak
query_count: u32virtualserver_queryclientsonline in TeamSpeak
download_quota: u64virtualserver_download_quota in TeamSpeak
upload_quota: u64virtualserver_upload_quota in TeamSpeak
bytes_downloaded_month: u64virtualserver_month_bytes_downloaded in TeamSpeak
bytes_uploaded_month: u64virtualserver_month_bytes_uploaded in TeamSpeak
bytes_downloaded_total: u64virtualserver_total_bytes_downloaded in TeamSpeak
bytes_uploaded_total: u64virtualserver_total_bytes_uploaded in TeamSpeak
port: u16virtualserver_port in TeamSpeak
autostart: boolvirtualserver_autostart in TeamSpeak
machine_id: Stringvirtualserver_machine_id in TeamSpeak
needed_identity_security_level: u8virtualserver_needed_identity_security_level in TeamSpeak
log_client: boolvirtualserver_log_client in TeamSpeak
log_query: boolvirtualserver_log_query in TeamSpeak
log_channel: boolvirtualserver_log_channel in TeamSpeak
log_permissions: boolvirtualserver_log_permissions in TeamSpeak
log_server: boolvirtualserver_log_server in TeamSpeak
log_filetransfer: boolvirtualserver_log_filetransfer in TeamSpeak
min_client_version: OffsetDateTimevirtualserver_min_client_version in TeamSpeak
reserved_slots: u16virtualserver_reserved_slots in TeamSpeak
total_packetloss_speech: f32virtualserver_total_packetloss_speech in TeamSpeak
total_packetloss_keepalive: f32virtualserver_total_packetloss_keepalive in TeamSpeak
total_packetloss_control: f32virtualserver_total_packetloss_control in TeamSpeak
total_packetloss: f32virtualserver_total_packetloss_total in TeamSpeak
total_ping: Durationvirtualserver_total_ping in TeamSpeak
weblist_enabled: boolvirtualserver_weblist_enabled in TeamSpeak
min_android_version: OffsetDateTimevirtualserver_min_android_version in TeamSpeak
min_ios_version: OffsetDateTimevirtualserver_min_ios_version in TeamSpeak
antiflood_points_to_plugin_block: u32virtualserver_antiflood_points_needed_plugin_block in TeamSpeak
Implementations§
Source§impl InServerUpdatedPart
impl InServerUpdatedPart
pub fn get_invoker(&self) -> Option<Invoker>
pub fn as_out(&self) -> OutServerUpdatedPart<'_>
Trait Implementations§
Source§impl Clone for InServerUpdatedPart
impl Clone for InServerUpdatedPart
Source§fn clone(&self) -> InServerUpdatedPart
fn clone(&self) -> InServerUpdatedPart
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreAuto Trait Implementations§
impl Freeze for InServerUpdatedPart
impl RefUnwindSafe for InServerUpdatedPart
impl Send for InServerUpdatedPart
impl Sync for InServerUpdatedPart
impl Unpin for InServerUpdatedPart
impl UnwindSafe for InServerUpdatedPart
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FmtForward for T
impl<T> FmtForward for T
Source§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
self to use its Binary implementation when Debug-formatted.Source§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
self to use its Display implementation when
Debug-formatted.Source§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
self to use its LowerExp implementation when
Debug-formatted.Source§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
self to use its LowerHex implementation when
Debug-formatted.Source§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
self to use its Octal implementation when Debug-formatted.Source§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
self to use its Pointer implementation when
Debug-formatted.Source§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
self to use its UpperExp implementation when
Debug-formatted.Source§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
self to use its UpperHex implementation when
Debug-formatted.Source§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
self and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
self, then passes self.as_ref() into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
self, then passes self.as_mut() into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
self, then passes self.deref() into the pipe function.Source§impl<T> PipeAsRef for T
impl<T> PipeAsRef for T
Source§impl<T> PipeBorrow for T
impl<T> PipeBorrow for T
Source§impl<T> PipeDeref for T
impl<T> PipeDeref for T
Source§impl<T> PipeRef for T
impl<T> PipeRef for T
Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Borrow<B> of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
BorrowMut<B> of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
AsRef<R> view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
AsMut<R> view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Deref::Target of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
.tap() only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
.tap_mut() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
.tap_borrow() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
.tap_borrow_mut() only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
.tap_ref() only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
.tap_ref_mut() only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
.tap_deref() only in debug builds, and is erased in release
builds.Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap<F, R>(self, func: F) -> Selfwhere
F: FnOnce(&Self) -> R,
fn tap<F, R>(self, func: F) -> Selfwhere
F: FnOnce(&Self) -> R,
Source§fn tap_dbg<F, R>(self, func: F) -> Selfwhere
F: FnOnce(&Self) -> R,
fn tap_dbg<F, R>(self, func: F) -> Selfwhere
F: FnOnce(&Self) -> R,
tap in debug builds, and does nothing in release builds.Source§fn tap_mut<F, R>(self, func: F) -> Selfwhere
F: FnOnce(&mut Self) -> R,
fn tap_mut<F, R>(self, func: F) -> Selfwhere
F: FnOnce(&mut Self) -> R,
Source§fn tap_mut_dbg<F, R>(self, func: F) -> Selfwhere
F: FnOnce(&mut Self) -> R,
fn tap_mut_dbg<F, R>(self, func: F) -> Selfwhere
F: FnOnce(&mut Self) -> R,
tap_mut in debug builds, and does nothing in release builds.Source§impl<T, U> TapAsRef<U> for Twhere
U: ?Sized,
impl<T, U> TapAsRef<U> for Twhere
U: ?Sized,
Source§fn tap_ref<F, R>(self, func: F) -> Self
fn tap_ref<F, R>(self, func: F) -> Self
Source§fn tap_ref_dbg<F, R>(self, func: F) -> Self
fn tap_ref_dbg<F, R>(self, func: F) -> Self
tap_ref in debug builds, and does nothing in release builds.Source§fn tap_ref_mut<F, R>(self, func: F) -> Self
fn tap_ref_mut<F, R>(self, func: F) -> Self
Source§impl<T, U> TapBorrow<U> for Twhere
U: ?Sized,
impl<T, U> TapBorrow<U> for Twhere
U: ?Sized,
Source§fn tap_borrow<F, R>(self, func: F) -> Self
fn tap_borrow<F, R>(self, func: F) -> Self
Source§fn tap_borrow_dbg<F, R>(self, func: F) -> Self
fn tap_borrow_dbg<F, R>(self, func: F) -> Self
tap_borrow in debug builds, and does nothing in release builds.Source§fn tap_borrow_mut<F, R>(self, func: F) -> Self
fn tap_borrow_mut<F, R>(self, func: F) -> Self
Source§impl<T> TapDeref for T
impl<T> TapDeref for T
Source§fn tap_deref_dbg<F, R>(self, func: F) -> Self
fn tap_deref_dbg<F, R>(self, func: F) -> Self
tap_deref in debug builds, and does nothing in release builds.Source§fn tap_deref_mut<F, R>(self, func: F) -> Self
fn tap_deref_mut<F, R>(self, func: F) -> Self
self for modification.