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 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 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 for Notification200Errors
impl PartialEq for Notification200Errors
Source§impl Serialize for Notification200Errors
impl Serialize for Notification200Errors
impl StructuralPartialEq for Notification200Errors
Auto Trait Implementations§
impl Freeze for Notification200Errors
impl RefUnwindSafe for Notification200Errors
impl Send for Notification200Errors
impl Sync for Notification200Errors
impl Unpin for Notification200Errors
impl UnwindSafe for Notification200Errors
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