Struct sc2_proto::sc2api::RequestDebug[][src]

pub struct RequestDebug {
    pub debug: RepeatedField<DebugCommand>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

debug: RepeatedField<DebugCommand>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RequestDebug[src]

pub fn new() -> RequestDebug[src]

pub fn get_debug(&self) -> &[DebugCommand][src]

pub fn clear_debug(&mut self)[src]

pub fn set_debug(&mut self, v: RepeatedField<DebugCommand>)[src]

pub fn mut_debug(&mut self) -> &mut RepeatedField<DebugCommand>[src]

pub fn take_debug(&mut self) -> RepeatedField<DebugCommand>[src]

Trait Implementations

impl Clear for RequestDebug[src]

impl Clone for RequestDebug[src]

impl Debug for RequestDebug[src]

impl Default for RequestDebug[src]

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

impl Message for RequestDebug[src]

impl PartialEq<RequestDebug> for RequestDebug[src]

impl ProtobufValue for RequestDebug[src]

impl StructuralPartialEq for RequestDebug[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.