pub struct Notification200Errors {
pub invalid_external_user_ids: Option<Vec<String>>,
pub invalid_player_ids: Option<Vec<String>>,
}
Fields§
§invalid_external_user_ids: Option<Vec<String>>
Returned if using include_external_user_ids
invalid_player_ids: Option<Vec<String>>
Returned if using include_player_ids and some were valid and others were not.
Implementations§
source§impl Notification200Errors
impl Notification200Errors
pub fn new() -> Notification200Errors
Trait Implementations§
source§impl Clone for Notification200Errors
impl Clone for Notification200Errors
source§fn clone(&self) -> Notification200Errors
fn clone(&self) -> Notification200Errors
Returns a copy 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 Debug for Notification200Errors
impl Debug for Notification200Errors
source§impl Default for Notification200Errors
impl Default for Notification200Errors
source§fn default() -> Notification200Errors
fn default() -> Notification200Errors
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Notification200Errors
impl<'de> Deserialize<'de> for Notification200Errors
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 PartialEq<Notification200Errors> for Notification200Errors
impl PartialEq<Notification200Errors> for Notification200Errors
source§fn eq(&self, other: &Notification200Errors) -> bool
fn eq(&self, other: &Notification200Errors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.