[][src]Struct sc2_proto::sc2api::Request

pub struct Request {
    pub request: Option<Request_oneof_request>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

Methods

impl Request
[src]

Trait Implementations

impl Default for Request
[src]

impl PartialEq<Request> for Request
[src]

impl Clone for Request
[src]

Performs copy-assignment from source. Read more

impl Debug for Request
[src]

impl Message for Request
[src]

Write the message to the stream. Read more

Write the message to the stream prepending the message with message length encoded as varint. Read more

Write the message to the vec, prepend the message with message length encoded as varint. Read more

Update this message object with fields read from given stream.

Check if all required fields of this object are initialized.

Write the message to the writer.

Write the message to bytes vec.

Write the message to bytes vec.

Write the message to the writer, prepend the message with message length encoded as varint. Read more

Write the message to the bytes vec, prepend the message with message length encoded as varint. Read more

Get type id for downcasting.

impl Clear for Request
[src]

impl ProtobufValue for Request
[src]

Auto Trait Implementations

impl Send for Request

impl Sync for Request

Blanket Implementations

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

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

impl<T> From for T
[src]

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

🔬 This is a nightly-only experimental API. (try_from)

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, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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