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
sourceimpl Notification200Errors
impl Notification200Errors
pub fn new() -> Notification200Errors
Trait Implementations
sourceimpl Clone for Notification200Errors
impl Clone for Notification200Errors
sourcefn clone(&self) -> Notification200Errors
fn clone(&self) -> Notification200Errors
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Notification200Errors
impl Debug for Notification200Errors
sourceimpl Default for Notification200Errors
impl Default for Notification200Errors
sourcefn default() -> Notification200Errors
fn default() -> Notification200Errors
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Notification200Errors
impl<'de> Deserialize<'de> for Notification200Errors
sourcefn 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
sourceimpl PartialEq<Notification200Errors> for Notification200Errors
impl PartialEq<Notification200Errors> for Notification200Errors
sourcefn eq(&self, other: &Notification200Errors) -> bool
fn eq(&self, other: &Notification200Errors) -> bool
sourceimpl Serialize for Notification200Errors
impl Serialize for Notification200Errors
impl StructuralPartialEq for Notification200Errors
Auto Trait Implementations
impl RefUnwindSafe for Notification200Errors
impl Send for Notification200Errors
impl Sync for Notification200Errors
impl Unpin for Notification200Errors
impl UnwindSafe for Notification200Errors
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more