Struct ts3::event::ServerEdited

source ·
pub struct ServerEdited {
Show 19 fields pub reasonid: ReasonId, pub invokerid: ClientId, pub invokername: String, pub invokeruid: String, pub virtualserver_name: String, pub virtualserver_codec_encryption_mode: String, pub virtualserver_default_server_group: ServerGroupId, pub virtualserver_default_channel_group: ChannelGroupId, pub virtualserver_hostbanner_url: String, pub virtualserver_hostbanner_gfx_url: String, pub virtualserver_hostbanner_gfx_interval: u64, pub virtualserver_priority_speaker_dimm_modificator: String, pub virtualserver_hostbutton_tooltip: String, pub virtualserver_hostbutton_url: String, pub virtualserver_hostbutton_gfx_url: String, pub virtualserver_name_phoentic: String, pub virtualserver_icon_id: u64, pub virtualserver_hostbanner_mode: String, pub virtualserver_channel_temp_delete_delay_default: u64,
}
Expand description

Data for a serveredited event.

Fields§

§reasonid: ReasonId§invokerid: ClientId§invokername: String§invokeruid: String§virtualserver_name: String§virtualserver_codec_encryption_mode: String§virtualserver_default_server_group: ServerGroupId§virtualserver_default_channel_group: ChannelGroupId§virtualserver_hostbanner_url: String§virtualserver_hostbanner_gfx_url: String§virtualserver_hostbanner_gfx_interval: u64§virtualserver_priority_speaker_dimm_modificator: String§virtualserver_hostbutton_tooltip: String§virtualserver_hostbutton_url: String§virtualserver_hostbutton_gfx_url: String§virtualserver_name_phoentic: String§virtualserver_icon_id: u64§virtualserver_hostbanner_mode: String§virtualserver_channel_temp_delete_delay_default: u64

Trait Implementations§

source§

impl Debug for ServerEdited

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Decode for ServerEdited

§

type Error = Error

source§

fn decode(buf: &[u8]) -> Result<Self, Self::Error>

source§

impl Default for ServerEdited

source§

fn default() -> ServerEdited

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.