Struct sc2_proto::debug::DebugTestProcess[][src]

pub struct DebugTestProcess {
    pub test: Option<DebugTestProcess_Test>,
    pub delay_ms: Option<i32>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

test: Option<DebugTestProcess_Test>delay_ms: Option<i32>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl DebugTestProcess[src]

pub fn new() -> DebugTestProcess[src]

pub fn get_test(&self) -> DebugTestProcess_Test[src]

pub fn clear_test(&mut self)[src]

pub fn has_test(&self) -> bool[src]

pub fn set_test(&mut self, v: DebugTestProcess_Test)[src]

pub fn get_delay_ms(&self) -> i32[src]

pub fn clear_delay_ms(&mut self)[src]

pub fn has_delay_ms(&self) -> bool[src]

pub fn set_delay_ms(&mut self, v: i32)[src]

Trait Implementations

impl Clear for DebugTestProcess[src]

impl Clone for DebugTestProcess[src]

impl Debug for DebugTestProcess[src]

impl Default for DebugTestProcess[src]

impl<'a> Default for &'a DebugTestProcess[src]

impl Message for DebugTestProcess[src]

impl PartialEq<DebugTestProcess> for DebugTestProcess[src]

impl ProtobufValue for DebugTestProcess[src]

impl StructuralPartialEq for DebugTestProcess[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.