pub enum ListPlayerFriendsError {
Status400(),
Status401(),
Status403(),
Status404(),
UnknownValue(Value),
}Expand description
struct for typed errors of method list_player_friends
Variants§
Trait Implementations§
Source§impl Clone for ListPlayerFriendsError
impl Clone for ListPlayerFriendsError
Source§fn clone(&self) -> ListPlayerFriendsError
fn clone(&self) -> ListPlayerFriendsError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListPlayerFriendsError
impl Debug for ListPlayerFriendsError
Source§impl<'de> Deserialize<'de> for ListPlayerFriendsError
impl<'de> Deserialize<'de> for ListPlayerFriendsError
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
Auto Trait Implementations§
impl Freeze for ListPlayerFriendsError
impl RefUnwindSafe for ListPlayerFriendsError
impl Send for ListPlayerFriendsError
impl Sync for ListPlayerFriendsError
impl Unpin for ListPlayerFriendsError
impl UnsafeUnpin for ListPlayerFriendsError
impl UnwindSafe for ListPlayerFriendsError
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