Struct onesignal_rust_api::models::delete_player_not_found_response::DeletePlayerNotFoundResponse
source · [−]Fields
success: Option<bool>
Implementations
sourceimpl DeletePlayerNotFoundResponse
impl DeletePlayerNotFoundResponse
pub fn new() -> DeletePlayerNotFoundResponse
Trait Implementations
sourceimpl Clone for DeletePlayerNotFoundResponse
impl Clone for DeletePlayerNotFoundResponse
sourcefn clone(&self) -> DeletePlayerNotFoundResponse
fn clone(&self) -> DeletePlayerNotFoundResponse
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 DeletePlayerNotFoundResponse
impl Debug for DeletePlayerNotFoundResponse
sourceimpl Default for DeletePlayerNotFoundResponse
impl Default for DeletePlayerNotFoundResponse
sourcefn default() -> DeletePlayerNotFoundResponse
fn default() -> DeletePlayerNotFoundResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DeletePlayerNotFoundResponse
impl<'de> Deserialize<'de> for DeletePlayerNotFoundResponse
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<DeletePlayerNotFoundResponse> for DeletePlayerNotFoundResponse
impl PartialEq<DeletePlayerNotFoundResponse> for DeletePlayerNotFoundResponse
sourcefn eq(&self, other: &DeletePlayerNotFoundResponse) -> bool
fn eq(&self, other: &DeletePlayerNotFoundResponse) -> bool
impl StructuralPartialEq for DeletePlayerNotFoundResponse
Auto Trait Implementations
impl RefUnwindSafe for DeletePlayerNotFoundResponse
impl Send for DeletePlayerNotFoundResponse
impl Sync for DeletePlayerNotFoundResponse
impl Unpin for DeletePlayerNotFoundResponse
impl UnwindSafe for DeletePlayerNotFoundResponse
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