Struct onesignal_rust_api::models::delete_segment_not_found_response::DeleteSegmentNotFoundResponse
source · Fields§
§success: Option<bool>
Implementations§
Trait Implementations§
source§impl Clone for DeleteSegmentNotFoundResponse
impl Clone for DeleteSegmentNotFoundResponse
source§fn clone(&self) -> DeleteSegmentNotFoundResponse
fn clone(&self) -> DeleteSegmentNotFoundResponse
Returns a copy 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 Default for DeleteSegmentNotFoundResponse
impl Default for DeleteSegmentNotFoundResponse
source§fn default() -> DeleteSegmentNotFoundResponse
fn default() -> DeleteSegmentNotFoundResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DeleteSegmentNotFoundResponse
impl<'de> Deserialize<'de> for DeleteSegmentNotFoundResponse
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<DeleteSegmentNotFoundResponse> for DeleteSegmentNotFoundResponse
impl PartialEq<DeleteSegmentNotFoundResponse> for DeleteSegmentNotFoundResponse
source§fn eq(&self, other: &DeleteSegmentNotFoundResponse) -> bool
fn eq(&self, other: &DeleteSegmentNotFoundResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.