Struct sc2_proto::sc2api::RequestMapCommand[][src]

pub struct RequestMapCommand {
    pub trigger_cmd: SingularField<String>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

trigger_cmd: SingularField<String>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RequestMapCommand[src]

pub fn new() -> RequestMapCommand[src]

pub fn get_trigger_cmd(&self) -> &str[src]

pub fn clear_trigger_cmd(&mut self)[src]

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

pub fn set_trigger_cmd(&mut self, v: String)[src]

pub fn mut_trigger_cmd(&mut self) -> &mut String[src]

pub fn take_trigger_cmd(&mut self) -> String[src]

Trait Implementations

impl Clear for RequestMapCommand[src]

impl Clone for RequestMapCommand[src]

impl Debug for RequestMapCommand[src]

impl Default for RequestMapCommand[src]

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

impl Message for RequestMapCommand[src]

impl PartialEq<RequestMapCommand> for RequestMapCommand[src]

impl ProtobufValue for RequestMapCommand[src]

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