pub enum PlayerChatUpdateVariant0Destination {
Allies,
All,
Spectators,
}Expand description
PlayerChatUpdateVariant0Destination
JSON schema
{
"enum": [
"allies",
"all",
"spectators"
]
}Variants§
Trait Implementations§
Source§impl Clone for PlayerChatUpdateVariant0Destination
impl Clone for PlayerChatUpdateVariant0Destination
Source§fn clone(&self) -> PlayerChatUpdateVariant0Destination
fn clone(&self) -> PlayerChatUpdateVariant0Destination
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for PlayerChatUpdateVariant0Destination
impl<'de> Deserialize<'de> for PlayerChatUpdateVariant0Destination
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for PlayerChatUpdateVariant0Destination
impl Ord for PlayerChatUpdateVariant0Destination
Source§fn cmp(&self, other: &PlayerChatUpdateVariant0Destination) -> Ordering
fn cmp(&self, other: &PlayerChatUpdateVariant0Destination) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PlayerChatUpdateVariant0Destination
impl PartialEq for PlayerChatUpdateVariant0Destination
Source§fn eq(&self, other: &PlayerChatUpdateVariant0Destination) -> bool
fn eq(&self, other: &PlayerChatUpdateVariant0Destination) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PlayerChatUpdateVariant0Destination
impl PartialOrd for PlayerChatUpdateVariant0Destination
Source§impl TryFrom<&String> for PlayerChatUpdateVariant0Destination
impl TryFrom<&String> for PlayerChatUpdateVariant0Destination
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for PlayerChatUpdateVariant0Destination
impl TryFrom<&str> for PlayerChatUpdateVariant0Destination
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for PlayerChatUpdateVariant0Destination
impl TryFrom<String> for PlayerChatUpdateVariant0Destination
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for PlayerChatUpdateVariant0Destination
impl Eq for PlayerChatUpdateVariant0Destination
impl StructuralPartialEq for PlayerChatUpdateVariant0Destination
Auto Trait Implementations§
impl Freeze for PlayerChatUpdateVariant0Destination
impl RefUnwindSafe for PlayerChatUpdateVariant0Destination
impl Send for PlayerChatUpdateVariant0Destination
impl Sync for PlayerChatUpdateVariant0Destination
impl Unpin for PlayerChatUpdateVariant0Destination
impl UnsafeUnpin for PlayerChatUpdateVariant0Destination
impl UnwindSafe for PlayerChatUpdateVariant0Destination
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more