[−][src]Struct sc2_proto::sc2api::ResponseJoinGame
Fields
unknown_fields: UnknownFields
cached_size: CachedSize
Methods
impl ResponseJoinGame
[src]
[−]
impl ResponseJoinGame
pub fn new() -> ResponseJoinGame
[src]
pub fn new() -> ResponseJoinGame
pub fn clear_player_id(&mut self)
[src]
pub fn clear_player_id(&mut self)
pub fn has_player_id(&self) -> bool
[src]
pub fn has_player_id(&self) -> bool
pub fn set_player_id(&mut self, v: u32)
[src]
pub fn set_player_id(&mut self, v: u32)
pub fn get_player_id(&self) -> u32
[src]
pub fn get_player_id(&self) -> u32
pub fn clear_error(&mut self)
[src]
pub fn clear_error(&mut self)
pub fn has_error(&self) -> bool
[src]
pub fn has_error(&self) -> bool
pub fn set_error(&mut self, v: ResponseJoinGame_Error)
[src]
pub fn set_error(&mut self, v: ResponseJoinGame_Error)
pub fn get_error(&self) -> ResponseJoinGame_Error
[src]
pub fn get_error(&self) -> ResponseJoinGame_Error
pub fn clear_error_details(&mut self)
[src]
pub fn clear_error_details(&mut self)
pub fn has_error_details(&self) -> bool
[src]
pub fn has_error_details(&self) -> bool
pub fn set_error_details(&mut self, v: String)
[src]
pub fn set_error_details(&mut self, v: String)
pub fn mut_error_details(&mut self) -> &mut String
[src]
pub fn mut_error_details(&mut self) -> &mut String
pub fn take_error_details(&mut self) -> String
[src]
pub fn take_error_details(&mut self) -> String
pub fn get_error_details(&self) -> &str
[src]
pub fn get_error_details(&self) -> &str
Trait Implementations
impl Default for ResponseJoinGame
[src]
[+]
impl Default for ResponseJoinGame
impl PartialEq<ResponseJoinGame> for ResponseJoinGame
[src]
[+]
impl PartialEq<ResponseJoinGame> for ResponseJoinGame
impl Clone for ResponseJoinGame
[src]
[+]
impl Clone for ResponseJoinGame
impl Debug for ResponseJoinGame
[src]
[+]
impl Debug for ResponseJoinGame
impl Message for ResponseJoinGame
[src]
[+]
impl Message for ResponseJoinGame
impl Clear for ResponseJoinGame
[src]
[+]
impl Clear for ResponseJoinGame
impl ProtobufValue for ResponseJoinGame
[src]
[+]
impl ProtobufValue for ResponseJoinGame
Auto Trait Implementations
impl Send for ResponseJoinGame
impl Send for ResponseJoinGame
impl Sync for ResponseJoinGame
impl Sync for ResponseJoinGame
Blanket Implementations
impl<T, U> Into for T where
U: From<T>,
[src]
[−]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
[−]
impl<T> ToOwned for T where
T: Clone,
impl<T> From for T
[src]
[−]
impl<T> From for T
impl<T, U> TryFrom for T where
T: From<U>,
[src]
[−]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
[−]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T> Borrow for T where
T: ?Sized,
[src]
[−]
impl<T> Borrow for T where
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
[−]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
[−]
fn get_type_id(&self) -> TypeId
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
[−]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
[−]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
impl<T> BorrowMut for T where
T: ?Sized,
[src]
[−]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
[−]
fn borrow_mut(&mut self) -> &mut T