Struct sc2_proto::sc2api::RequestAction[][src]

pub struct RequestAction {
    pub actions: RepeatedField<Action>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

actions: RepeatedField<Action>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RequestAction[src]

pub fn new() -> RequestAction[src]

pub fn get_actions(&self) -> &[Action][src]

pub fn clear_actions(&mut self)[src]

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

pub fn mut_actions(&mut self) -> &mut RepeatedField<Action>[src]

pub fn take_actions(&mut self) -> RepeatedField<Action>[src]

Trait Implementations

impl Clear for RequestAction[src]

impl Clone for RequestAction[src]

impl Debug for RequestAction[src]

impl Default for RequestAction[src]

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

impl Message for RequestAction[src]

impl PartialEq<RequestAction> for RequestAction[src]

impl ProtobufValue for RequestAction[src]

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