[][src]Struct rust_openttd_admin::packet::admin::client_packets::UpdateFrequency

pub struct UpdateFrequency {
    pub update_type: AdminUpdateType,
    pub frequency: UpdateFrequencies,
}

Register updates to be sent at certain frequencies (as announced in the PROTOCOL packet).

Fields

update_type: AdminUpdateType

Update type (see [AdminUpdateType]).

frequency: UpdateFrequencies

Update frequency (see #AdminUpdateFrequency), setting #ADMIN_FREQUENCY_POLL is always ignored.

Trait Implementations

impl Packet for UpdateFrequency[src]

impl Eq for UpdateFrequency[src]

impl Copy for UpdateFrequency[src]

impl PartialEq<UpdateFrequency> for UpdateFrequency[src]

impl Clone for UpdateFrequency[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UpdateFrequency[src]

impl Serialize for UpdateFrequency[src]

impl<'de> Deserialize<'de> for UpdateFrequency[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]