pub struct DeletePlayerNotFoundResponse {
pub success: Option<bool>,
}
Fields§
§success: Option<bool>
Implementations§
Source§impl DeletePlayerNotFoundResponse
impl DeletePlayerNotFoundResponse
pub fn new() -> DeletePlayerNotFoundResponse
Trait Implementations§
Source§impl Clone for DeletePlayerNotFoundResponse
impl Clone for DeletePlayerNotFoundResponse
Source§fn clone(&self) -> DeletePlayerNotFoundResponse
fn clone(&self) -> DeletePlayerNotFoundResponse
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 DeletePlayerNotFoundResponse
impl Debug for DeletePlayerNotFoundResponse
Source§impl Default for DeletePlayerNotFoundResponse
impl Default for DeletePlayerNotFoundResponse
Source§fn default() -> DeletePlayerNotFoundResponse
fn default() -> DeletePlayerNotFoundResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeletePlayerNotFoundResponse
impl<'de> Deserialize<'de> for DeletePlayerNotFoundResponse
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 DeletePlayerNotFoundResponse
impl PartialEq for DeletePlayerNotFoundResponse
Source§fn eq(&self, other: &DeletePlayerNotFoundResponse) -> bool
fn eq(&self, other: &DeletePlayerNotFoundResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeletePlayerNotFoundResponse
Auto Trait Implementations§
impl Freeze for DeletePlayerNotFoundResponse
impl RefUnwindSafe for DeletePlayerNotFoundResponse
impl Send for DeletePlayerNotFoundResponse
impl Sync for DeletePlayerNotFoundResponse
impl Unpin for DeletePlayerNotFoundResponse
impl UnwindSafe for DeletePlayerNotFoundResponse
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