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